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 is local and global variable in c?

814


Explain high-order and low-order bytes.

852


Explain what is the difference between text files and binary files?

833


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1650


Why is python slower than c?

789






What are identifiers and keywords in c?

747


What is the auto keyword good for?

797


What is the difference between typedef struct and struct?

808


What is the purpose of ftell?

798


What is a loop?

778


Who is the main contributor in designing the c language after dennis ritchie?

745


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

889


c program to compute AREA under integral

2045


What is union and structure?

755


What does the function toupper() do?

845