which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / jobin mathew
#pragma is not a preprocessor
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What does d mean?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
How can you tell whether two strings are the same?
What is the difference between array and structure in c?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Why c is procedure oriented?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
swap 2 numbers without using third variable?
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.
Write a C program in Fibonacci series.
What is #include conio h?
What is structure data type in c?
Why is structure padding done in c?
Tell me can the size of an array be declared at runtime?
Explain what are the advantages and disadvantages of a heap?