which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / soumya
all are preprocessor
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can include files be nested? How many levels deep can include files be nested?
What is the need of structure in c?
write a progrmm in c language take user interface generate table using for loop?
Do you have any idea about the use of "auto" keyword?
Why static variable is used in c?
When should I declare a function?
Why is C language being considered a middle level language?
Why does not c have an exponentiation operator?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Can we add pointers together?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is a newline escape sequence?
How many types of arrays are there in c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
I have a varargs function which accepts a float parameter?