CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
arrayscpointers
01-30
Blockchain
C pointers arithmetic for arrays
01-30
Back-end
C pointers arthmetic for arrays
01-25
Net
Error expected identifier or '(' int &arrayreturn[I] = {I}
01-02
Net
extracting a string from a function in C
12-26
Software engineering
how can I remove duplicates by row in 2d array c?
12-26
Blockchain
how can I remove duplicats by row in 2d array c?
12-23
Blockchain
Pass array to a function as a pointer and value
11-29
Back-end
How to shift array to the right only using addresses and pointers (without indexes)
11-25
Net
2d array address in c and select between arrays
11-23
Net
For a C program, I had to accept 5 element of an array from a user and copy them to another array us
11-22
Software engineering
argv is an array of pointers, therefore is it necessary to use a pointer to a pointer to refer to it
11-14
Net
What is int*(*asex)[5];?
11-12
Mobile
C - how do I change and compare values within an array using pointers?
11-06
Blockchain
What is the difference between a regular array, and array of pointers
11-06
Blockchain
why do we use pointers to declare an array as a function parameter? (in c)
11-05
front end
Trying to get difference of 2 2D arrays using pointers
11-04
Back-end
Incompatible integer to pointer conversion assigning to 'int *' from 'int' and s
10-30
Software design
Finding occurrence of character in a string in C using pointers only
10-21
Back-end
Question for pointer and array and cast(unsigned short)
10-19
Software design
How can I convert char* to char[] in C and then add it in an array without problem?
10-12
Back-end
warning: incompatible pointer types passing 'int [3][4]' to parameter of type 'int *&
10-11
Net
why does this C input function crash?
10-09
Net
Addition of an array elements in c
10-07
Net
a pointer of array as function parameter
09-26
front end
Passing an array of pointers to function in C
09-26
front end
Very strange mistake in C when working with arrays
09-22
front end
What is the right way to pass a pointer to my function?
09-22
Software design
How to access the individual elements of the array through array pointer?
09-21
Software engineering
Iterating an array with pointer
09-17
Net
Run-Time Check Failure #2 - Stack around the variable 'array' was corrupted
Links:
CodePudding