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
What is local and global variable in c?
Explain high-order and low-order bytes.
Explain what is the difference between text files and binary files?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Why is python slower than c?
What are identifiers and keywords in c?
What is the auto keyword good for?
What is the difference between typedef struct and struct?
What is the purpose of ftell?
What is a loop?
Who is the main contributor in designing the c language after dennis ritchie?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
c program to compute AREA under integral
What is union and structure?
What does the function toupper() do?