which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / yashwanth
all are preprocessor directives
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can you convert integers to binary or hexadecimal?
Explain why can’t constant values be used to define an array’s initial size?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Define Spanning-Tree Protocol (STP)
What should malloc() do?
What is pointers in c?
What is the role of this pointer?
Is c still relevant?
What are structure types in C?
Is flag a keyword in c?
How many types of functions are there in c?
how to introdu5ce my self in serco
why programs in c are running with out #include
What is the best way of making my program efficient?
Explain the use of function toupper() with and example code?