CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
pointer-arithmetic
09-11
Net
why -fsanitizer=address gives me an error while making two dimensional array using malloc?
08-13
Software design
how this pointer arithmetic works
07-30
Net
Why char pointer increments by one byte though its size is 8?
07-23
Software engineering
Is the use of (arr 2)[0] right?
07-07
Enterprise
dereferencing 2D array using arithmetic
07-02
Enterprise
Subtract addresses – Warning: “differs in levels of indirection”
06-26
database
Remove subarray using pointer arithmetic
06-16
Back-end
Understanding Pointer
06-03
Enterprise
"C" Trying to understand **pointer and how to access all values of value[][]
05-06
Mobile
C structure reference from member reference
04-12
Software design
How C/C compiler distinguish regular two dimensional array and array of pointers to arrays?
04-09
Net
Pointer seems not be sync with printf's output
03-28
front end
Why does a printf statement in a for loop seem to depend on an unrelated previous printf outside tha
03-26
Software design
Remove all digits from array
03-25
OS
Insert numbers to array
03-14
Back-end
Segmentation Fault (core Dumped) when working with pointers in C
03-14
OS
&q - &p, q and p pointing to non-initialised char array. And o/p is 1. How?
02-28
Blockchain
Why do I have to use a two-dimensional array?
02-27
Enterprise
Remove duplicate array elements using pointer arithmetic
02-15
other
Is computing a pointer to uninitialized memory undefined behavior in C?
02-11
Software engineering
Accessing a dynamically created multi dimensional array with pointers arithmetic
02-10
OS
print char pointer value in c
12-11
Net
How to Justify the Output of a Pointer To Pointer char array Program
11-29
front end
C how to print index of array pointer
11-17
Software design
Using fgets for multiple lines with stdin
11-16
Net
Confused with how strlen works in C
10-22
Blockchain
Max value 2d array using pointer arithmetic
10-07
other
Subtracting 1 vs decrementing an iterator
10-07
Mobile
Adding number to pointer value
Links:
CodePudding