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
Why does notstrcat(string, "!");Work?
What does stand for?
What is pivot in c?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What are the types of data types and explain?
Is it possible to initialize a variable at the time it was declared?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is string in c language?
What are different storage class specifiers in c?
Where can I get an ansi-compatible lint?
List some basic data types in c?
What is the scope of static variable in c?
What is the best way of making my program efficient?
Give the rules for variable declaration?
How does #define work?