Do pointers need to be initialized?
No Answer is Posted For this Question
Be the First to Post Answer
Does c have function or method?
What is a structure and why it is used?
What is the difference between exit() and _exit() function in c?
What is maximum size of array in c?
How can I list all of the predefined identifiers?
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Explain what is output redirection?
What does the c in ctime mean?
What is the size of structure in c?
Can 'this' pointer by used in the constructor?
What is openmp in c?