which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / shiva
All are preprocessor directives
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is return type in c?
What is difference between union All statement and Union?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is extern c used for?
What are the salient features of c languages?
What is a char c?
What happens if you free a pointer twice?
What does %2f mean in c?
Write a program to print fibonacci series without using recursion?
What are header files and explain what are its uses in c programming?
What is optimization in c?
Why is not a pointer null after calling free?
What is pointer & why it is used?
write a c program to find the sum of five entered numbers using an array named number
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?