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


Please Help Members By Posting Answers For Below Questions

What is return type in c?

882


What is difference between union All statement and Union?

871


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2243


What is extern c used for?

763


What are the salient features of c languages?

851


What is a char c?

797


What happens if you free a pointer twice?

810


What does %2f mean in c?

960


Write a program to print fibonacci series without using recursion?

840


What are header files and explain what are its uses in c programming?

840


What is optimization in c?

740


Why is not a pointer null after calling free?

776


What is pointer & why it is used?

814


write a c program to find the sum of five entered numbers using an array named number

1867


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

16042