What are the preprocessors?

Answer Posted / niraj gupta

preprocessor is which tells the compiler what header file
we are going to use in our program
#include<stdio.h>
will tell the compiler that it include header file standard
input output

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by c?

580


When should a type cast be used?

573


In C language, a variable name cannot contain?

734


What are type modifiers in c?

615


What is the description for syntax errors?

609






What are run-time errors?

594


What is realloc in c?

578


Why structure is used in c?

580


What is volatile variable in c with example?

580


Why is c called a structured programming language?

671


What does void main return?

597


how do you execute a c program in unix.

634


Explain what does it mean when a pointer is used in an if statement?

613


How will you delete a node in DLL?

677


What are the types of operators in c?

606