List Question
20 TechQA 2024-03-24T12:14:43.547000Function is returning null instead of array in C
109 views
Asked by Confused Coder
Function returning pointer into static string
96 views
Asked by ms complaints
How does declaring an array with a variable work inside a function
152 views
Asked by Dioswison
Linked list without malloc
113 views
Asked by Anh Duc Nguyen
Initializing local array variable in C
77 views
Asked by unalignedmemoryaccess
Why string copied by strcpy() after returning from function is null in C
86 views
Asked by Abraham Zsombor Nagy
How to avoid deferring the initialization of static storage duration variables?
212 views
Asked by Dmitry Kuzminov
What rules in the C++ and C standards make initialization of static objects from other static objects valid in C++ but not C
165 views
Asked by Muhammed Elmaghraby
How can static local variable shared along different translation unit?
607 views
Asked by YoonSeok OH
C++ Issue with scope?
64 views
Asked by Alex
Printing Fibonacci series using Recursion
134 views
Asked by Creator Magic
Dynamic allocation outside the scope of a function
102 views
Asked by 3sm1r
Question about pointers and automatic storage duration in C
84 views
Asked by Heitor E. Rezende
When do the elements of array store garbage value in C programming?
411 views
Asked by Tar
C++ [Warning] address of local variable 'bestIdx' returned [-Wreturn-local-addr]
349 views
Asked by Lel
Can we initiate an array literal with variables in C?
149 views
Asked by Aditya Kurrodu
How to create user define array structure of n size in c language
146 views
Asked by jk.
Can an Int * function return an int address?
78 views
Asked by Elrisas
Returning Local Char Pointer To Array Not Cause Segmantation Fault
89 views
Asked by SigmundFreud