Search code examples
why -fsanitizer=address gives me an error while making two dimensional array using malloc?...

cwhile-loopdynamic-memory-allocationpointer-arithmetic

Read More
Three questions: Is NULL - NULL defined? Is (uintptr_t)NULL - (uintptr_t)NULL defined?...

clanguage-lawyerpointer-arithmeticnull-pointer

Read More
Difference between ("hello" + 1) VS (*"hello") + 1 VS (*("hello" + 1))...

c++stringpointer-arithmetic

Read More
Is the use of (arr+2)[0] right?...

cpointer-arithmetic

Read More
C/C++: Pointer Arithmetic...

c++cpointersmathpointer-arithmetic

Read More
dereferencing 2D array using arithmetic...

cpointersmultidimensional-arrayimplicit-conversionpointer-arithmetic

Read More
Subtract addresses – Warning: “differs in levels of indirection”...

cpointerspointer-arithmetic

Read More
Remove subarray using pointer arithmetic...

arrayscpointerspointer-arithmetic

Read More
Pointer to one before first element of array...

clanguage-lawyerpointer-arithmetic

Read More
"C" Trying to understand **pointer and how to access all values of value[][]...

cmultidimensional-arrayimplicit-conversionpointer-arithmeticdouble-pointer

Read More
Can we subtract NULL pointers?...

cpointer-arithmeticnull-pointerptrdiff-t

Read More
C++ structure reference from member reference...

c++pointersundefined-behaviorpointer-arithmetic

Read More
C Pointer Arithmetic for Unusual Architectures...

cpointerslanguage-lawyerpointer-arithmetic

Read More
How C/C++ compiler distinguish regular two dimensional array and array of pointers to arrays?...

c++cmultidimensional-arrayimplicit-conversionpointer-arithmetic

Read More
Pointer seems not be sync with printf's output...

cpointersc-stringsstrcpypointer-arithmetic

Read More
Why does a printf statement in a for loop seem to depend on an unrelated previous printf outside tha...

cfor-loopprintfpointer-arithmetic

Read More
Remove all digits from array...

arrayscpointerspointer-arithmetic

Read More
Insert numbers to array...

arrayscpointerspointer-arithmetic

Read More
Why do I have to use a two-dimensional array?...

arrayscpointersc-stringspointer-arithmetic

Read More
Is computing a pointer to uninitialized memory undefined behavior in C?...

cpointersundefined-behaviorpointer-arithmetic

Read More
print char pointer value in c...

cpointerspointer-arithmetic

Read More
Check if string is reverse substring...

cstringc-stringspointer-arithmetic

Read More
Sum of array digits using pointer arithmetic...

arrayscpointerspointer-arithmetic

Read More
Print prime numbers using pointer arithmetic...

cloopsprimespointer-arithmeticfunction-definition

Read More
which one is the correct type of an array variable? (for using with pointers in C)...

arrayscpointersimplicit-conversionpointer-arithmetic

Read More
c programming - working with BIGNUM in openssl...

cpointersopensslbigdatapointer-arithmetic

Read More
What purpose is the lookup table serving in this code?...

cfloating-pointpointer-arithmeticsquare-rootelementary-functions

Read More
indexing array in function from the pointer of some element...

arrayscpointerspointer-arithmetic

Read More
Why can void pointers be subtracted but not added?...

clanguage-lawyervoid-pointerspointer-arithmetic

Read More
How to Justify the Output of a Pointer To Pointer char array Program...

arrayscpointersimplicit-conversionpointer-arithmetic

Read More
BackNext