which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / magesh
All are preprocessor directive
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the disadvantages of external storage class?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Tell us the use of fflush() function in c language?
What is meant by initialization and how we initialize a variable?
Why is void main used?
What is 02d in c?
What is wrong with this statement? Myname = 'robin';
Explain what is a const pointer?
Can we compile a program without main() function?
What are bitwise shift operators in c programming?
What is the use of a ‘ ’ character?
What is the c language function prototype?
Write a function that will take in a phone number and output all possible alphabetical combinations
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Why pointers are used?