which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / yashwanth
all are preprocessor directives
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what is wrong with this program statement?
List the variables are used for writing doubly linked list program.
What is pass by reference in functions?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Why main is not a keyword in c?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What are type modifiers in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What tq means in chat?
What are the primitive data types in c?
How can I recover the file name given an open stream?
Explain what will the preprocessor do for a program?
Is the exit() function same as the return statement? Explain.
How do you determine a file’s attributes?
What is function and its example?