which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / c.sureshkumar
elif is not a preprocessor
Is This Answer Correct ? | 5 Yes | 12 No |
Post New Answer View All Answers
Why & is used in scanf in c?
Can we use visual studio for c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is string function c?
What is sizeof int?
What are two dimensional arrays alternatively called as?
What is the use of extern in c?
What is a pragma?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is #pragma statements?
how should functions be apportioned among source files?
What is the best way of making my program efficient?
Where define directive used?
What is string length in c?
given post order,in order construct the corresponding binary tree