which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / yashwanth
#pragma is not a preprosessor directive, because pragma is
use to suppress errors,, but errors are exposed only after
compilation,, which is defenitly after preprosessing,, so
pragma is not a preprosessor diretive
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the modulus operator?
Write a program to print all permutations of a given string.
What is the role of this pointer?
What language is lisp written in?
What is the difference between new and malloc functions?
Write a program to print “hello world” without using semicolon?
What is strcmp in c?
What are pointers in C? Give an example where to illustrate their significance.
What is const volatile variable in c?
Explain what is the benefit of using const for declaring constants?
Define C in your own Language.
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
How can you determine the size of an allocated portion of memory?
a program that can input number of records and can view it again the record
How can you avoid including a header more than once?