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

Answer Posted / thoufik

#if is not the preprocessor.......

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the right type to use for boolean values in c? Is there a standard type?

817


What is define directive?

884


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

23156


What are void pointers in c?

802


what is uses of .net

1497


Is r written in c?

927


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

1037


Why ca not I do something like this?

815


Why does notstrcat(string, "!");Work?

921


What are the ways to a null pointer can use in c programming language?

904


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

865


Who invented bcpl language?

957


What is c method?

764


Differentiate abs() function from fabs() function.

817


How arrays can be passed to a user defined function

812