Search code examples
Confused with how strlen works in C...

cc-stringsstrlenpointer-arithmetic

Read More
Using fgets for multiple lines with stdin...

cwhile-loopfgetspointer-arithmetic

Read More
Max value 2d array using pointer arithmetic...

c++arrayspointersmultidimensional-arraypointer-arithmetic

Read More
Adding number to pointer value...

c++pointer-arithmetic

Read More
Subtracting 1 vs decrementing an iterator...

c++pointersiteratorundefined-behaviorpointer-arithmetic

Read More
What is the result of NULL + int?...

copenglpointersnullpointer-arithmetic

Read More
Pointer to one-before-first element of array is UB. When was this first defined so?...

clanguage-lawyerpointer-arithmetic

Read More
printing strings with pointer arithmetics...

cpointerspointer-arithmetic

Read More
Get Product without using * operator hack-y way...

cpointer-arithmeticnull-pointer

Read More
deferencing the int malloc pointer...

cpointersmallocpointer-arithmetic

Read More
Pointer one-past-variable...

cfor-looppointer-arithmetic

Read More
Why aren't array access and pointer arithmetic equivalent with full optimization?...

c++assemblyc++20pointer-arithmeticarrayaccess

Read More
Error on append string - Access violation reading location...

c++stringstring-literalspointer-arithmetic

Read More
Need help understanding typecasting const void pointer in C...

ccastingvoid-pointerspointer-arithmeticbsearch

Read More
How a pointer to an array works in this context?...

cimplicit-conversionpointer-arithmetic

Read More
How to assign a value to an array inside a structure using pointer arithmetic?...

cpointersinitializationstructurepointer-arithmetic

Read More
error: invalid conversion from 'const char*' to 'char*' when trying to use pointer a...

cstringgccpointer-arithmetic

Read More
Incrementing pointer on string results in pointer to char not on string...

cpointerspointer-arithmeticpost-incrementpre-increment

Read More
C null pointer arithmetic...

cpointerslanguage-lawyerstandardspointer-arithmetic

Read More
Array type casting in C...

cimplicit-conversionvoid-pointerspointer-arithmetic

Read More
Why strings can be used like this...

c++pointer-arithmetic

Read More
Why this C-program doesn't gives the reverse of given string?...

creversec-stringspointer-arithmeticfunction-definition

Read More
Subtracting pointers why is 4227140 - 4227136 = 1?...

arrayscpointerspointer-arithmetic

Read More
Access element beyond the end of an array in C...

cpointer-arithmetic

Read More
Can you please help explain this code?...

c++pointerspointer-arithmetic

Read More
Why the the arithmetic of python always return 10 for this function?...

pythonmathnumericnumerical-methodspointer-arithmetic

Read More
How to avoid pointer arithmetic when using char** argv...

c++command-line-argumentsclang++pointer-arithmeticclang-static-analyzer

Read More
Pointer of array, what is the difference between (*ptr)[] and *ptr[]...

c++c++11pointersoperator-precedencepointer-arithmetic

Read More
C: int or unsigned int which type I used for pointer increasement...

cpointersintegerpointer-arithmetic

Read More
What does *--a = *--b mean in C...

coperator-precedencepointer-arithmetic

Read More
BackNext