CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
cpointers
11-10
Software design
C Array Changing Location When Assigned Value
01-29
database
How can I have this grid wrap around on all sides?
01-28
Enterprise
Conditional jump or move depends on uninitialized value(s) on strlen(s)
01-27
database
Does a pointer inside a struct get freed automatically when the struct variable is freed?
01-20
database
Why casting short* to int* shows incorrect value
01-19
Software design
C pointer Definition Questions
01-14
Net
*& With Respect to Pointers in C
01-11
Back-end
Code working fine in vscode of windows but giving error in vscode of Ubuntu
01-10
front end
C Pointer Question 'int', but argument 2 has type 'int **'
01-09
Mobile
pointer cast issue (C)
01-08
Software engineering
Which of the following operation can lead to illegal memory access
01-04
Blockchain
Address of a Variable assigned to integer varaiable.How?
01-02
Back-end
Reading the pointer declaration as an English statement
12-24
front end
C pointer changes without modifying it
12-24
OS
is this allowed in C pointers?
12-24
Back-end
I have difficult to delete pointers in array
12-23
Back-end
Pointers and addresses in c
12-22
Back-end
while I am trying to play with pointers in c, I faced this problem.where is the output of the progra
12-20
Blockchain
Confusion of ptr address after passing to a function
12-18
Software engineering
Getting access violation while trying to copy string
12-16
Net
How to pass a vector of strings to a function with a C-style pointer-to-C-string parameter
12-15
database
Why do we need a pointer here
12-10
Net
Why does the value in classRosterArray seemingly persist after I delete in the 'remove' fu
12-10
front end
What is the meaning of **(p2[1][0] 1)
12-05
Net
Allocating pointer to a pointer
12-05
database
How do I iterate through an array of structs?
12-05
Software engineering
Operator and Pointer precedence
12-04
Software design
Two programs are same but one is showing error
11-30
Blockchain
Unsigned char pointer pointing to an unsigned char array
11-29
other
Calling free() to release memory that is malloc(ed) by strdup() in multiple functions
11-28
Back-end
C quicksort with const unsigned** input pointers
11-26
Enterprise
Typedef in C; How to pass structure objects to functions in C and use them to write/read to file?
11-25
Software engineering
How to create and return dynamic array with function parameters
11-23
Back-end
Setting return value of char pointer to a char array
11-21
OS
In C, &(*x) doesnt make sense to me, but then how should I understand what is written in kr?
11-17
Back-end
Process finished with exit code -1073741571 (0xC00000FD)
11-17
Back-end
What will happen if I use pointer[Index] in C?
11-17
Software design
How to return dynamic array with function parameters
11-16
Enterprise
Getting segmentation fault while trying to use pointers
11-11
Mobile
pointer variable defined by typedef
60
1
2
Next
Last
Links:
CodePudding