C pointers: Function returns a...


cpointersscopec-stringsstorage-duration

Read More
Returning a pointer on the hea...


cmallocheap-memorystorage-duration

Read More
Function returning pointer int...


cpointersstaticstring-literalsstorage-duration

Read More
Linked list without malloc...


cmallocundefined-behaviorsingly-linked-liststorage-duration

Read More
const char* vs const char[]...


c++cstring-literalsstorage-duration

Read More
Initializing local array varia...


arrayscinitializationstorage-duration

Read More
Do all const objects have stat...


c++staticconstantslanguage-lawyerstorage-duration

Read More
Why string copied by strcpy() ...


cfunctionreturn-valuestring-literalsstorage-duration

Read More
How can static local variable ...


c++staticlinkagestorage-durationtranslation-unit

Read More
Static storage class in header...


cscopestaticstorage-duration

Read More
C++ Issue with scope?...


c++pointersscopeundefined-behaviorstorage-duration

Read More
Question about pointers and au...


cpointerslifetimestorage-duration

Read More
When do the elements of array ...


arrayscinitializationstorage-duration

Read More
Can we initiate an array liter...


arrayscargumentsliteralsstorage-duration

Read More
Returning Local Char Pointer T...


cpointersscopeundefined-behaviorstorage-duration

Read More
why does returning the local v...


cscopereturn-valuereturn-typestorage-duration

Read More
A question about returning loc...


creturn-valueliteralsstring-literalsstorage-duration

Read More
Are "thread storage durat...


clanguage-lawyerthread-local-storagestorage-duration

Read More
Is char* created with ".....


c++pointersnew-operatorstring-literalsstorage-duration

Read More
Ternary operator in a for loop...


cstaticoperator-keywordconditional-operatorstorage-duration

Read More
Segementation fault whilst try...


cscopedynamic-memory-allocationstorage-duration

Read More
Return an array without gettin...


c++arraysfunctionreturn-typestorage-duration

Read More
Adding two corresponding array...


cscopefunction-definitionvariable-length-arraystorage-duration

Read More
Are are elements of an empty a...


arrayscinitializationstorage-duration

Read More
What is the storage duration o...


c++temporary-objectsstorage-duration

Read More
Is it ok to return a variable ...


c++scopereferencereturnstorage-duration

Read More
Stack VS Heap, what goes where...


cpointersmallocstorage-duration

Read More
When is a char array heap vs s...


arrayscscopestring-literalsstorage-duration

Read More
Initializer element is not a c...


cinitializationglobal-variablesconstant-expressionstorage-duration

Read More
Return compound literal...


cstandardsundefined-behaviorcompound-literalsstorage-duration

Read More