What is a structure and why it is used?
No Answer is Posted For this Question
Be the First to Post Answer
can u give me the good and very optimised code for a car racing game?
#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);}
What is anagram in c?
What are the scope of static variables?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Can you mix old-style and new-style function syntax?
What does sizeof return c?
what is a constant pointer in C
Which built-in library function can be used to match a patter from the string?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is null pointer constant?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none