which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answers were Sorted based on User's Feedback
Answer / debasish mishra
#pragma is not a preprocessor directive
| Is This Answer Correct ? | 2 Yes | 9 No |
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
what is the structure pointer?
When we use void main and int main?
differentiate built-in functions and user – defined functions.
convert 12345 to 54321 withoutusing strig
Why pointers are used?
What does return 1 means in c?
Why Modern OS are interrupt driven?Give an example
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
Explain what is the difference between a string and an array?
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
Why c++ is called c++ and not c+?