which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / wizard
Ans is #if, no preprocessor directive with #if. it is #ifdef
or #ifndef
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
What is FIFO?
What are operators in c?
will u please send me the placement papers to my mail???????????????????
Can we change the value of constant variable in c?
What are the benefits of organizational structure?
What is getch c?
What is huge pointer in c?
What are multidimensional arrays?
How is actual parameter different from the formal parameter?
Why should I prototype a function?
I have a varargs function which accepts a float parameter?
What are disadvantages of C language.
What is main () in c?
What is assert and when would I use it?