What are the preprocessors?

Answer Posted / mahendra giri

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 ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we declare a function inside a function in c?

574


What are the benefits of organizational structure?

564


How do you determine whether to use a stream function or a low-level function?

636


What is #include stdio h?

673


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1170






Explain the ternary tree?

593


What is the size of empty structure in c?

581


What is a good data structure to use for storing lines of text?

584


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

557


Why do we use stdio h and conio h?

625


Write a program to implement queue.

655


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

2974


What does the function toupper() do?

645


What is the difference between pure virtual function and virtual function?

641


What is variable in c example?

585