What are directives in c?
No Answer is Posted For this Question
Be the First to Post Answer
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
what is the difference between malloc() and calloc() function?
How can I find the modification date of a file?
How is a structure member accessed?
What is scope and lifetime of a variable in c?
What is volatile keyword in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What are header files? What are their uses?
What is %g in c?
What are local and global variables?
Who developed c language and when?
Write a program to check prime number in c programming?