which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / kalpana.y
#elif is not a preprocessor
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What is the use of define in c?
Describe explain how arrays can be passed to a user defined function
Is null always defined as 0(zero)?
What are local static variables?
Explain what is the difference between a free-standing and a hosted environment?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Why doesn't C support function overloading?
What does c in a circle mean?
How to establish connection with oracle database software from c language?
Did c have any year 2000 problems?
What is void main () in c?
What is malloc() function?
Why should I prototype a function?
Why use int main instead of void main?
What is the use of c language in real life?