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 modulus operator.
In c language can we compile a program without main() function?
What is the g value paradox?
Should a function contain a return statement if it does not return a value?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is queue in c?
What are the types of functions in c?
Which one would you prefer - a macro or a function?
What is the symbol indicated the c-preprocessor?
how can use subset in c program and give more example
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
How can I dynamically allocate arrays?
When should the volatile modifier be used?
What is a structure and why it is used?
What is the benefit of using #define to declare a constant?