What are the preprocessors?

Answer Posted / santhi

a preprocessor which process some other files before our
main program.
eg:#include<stdio.h>

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Simplify the program segment if X = B then C ← true else C ← false

2589


Is it possible to pass an entire structure to functions?

563


What is the condition that is applied with ?: Operator?

667


How can I automatically locate a programs configuration files in the same directory as the executable?

634


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1455






What are the different properties of variable number of arguments?

669


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

609


Which header file is essential for using strcmp function?

947


What is the difference between if else and switchstatement

1315


Write a c program to demonstrate character and string constants?

1688


What is int main () in c?

630


What is f'n in math?

623


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

735


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?

782


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

670