What is #ifdef ? What is its application?
No Answer is Posted For this Question
Be the First to Post Answer
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
Where local variables are stored in c?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is main void in c?
print a "hello" word without using printf n puts in c language
what is the difference between strcpy() and memcpy() function?
What is the purpose of main() function?
What are 'near' and 'far' pointers?
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
What is the purpose of clrscr () printf () and getch ()?
how to make program without <> in library.
Difference between exit() and _exit() function?