which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma

Answer Posted / neeraj kandwal

all r preprocessor directive

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we change the value of #define in c?

592


What is define c?

585


What type of function is main ()?

599


What is the return type of sizeof?

601


What is c programming structure?

629






Explain the difference between null pointer and void pointer.

679


What is struct node in c?

631


What are the usage of pointer in c?

710


What do you mean by a local block?

636


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1578


What is #include called?

579


What are preprocessor directives in c?

651


What is the difference between ++a and a++?

707


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

1814


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

624