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 a function in c?
What is the hardest programming language?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Define Array of pointers.
What does. int *x[](); means ?
Process by which one bit pattern in to another by bit wise operation is?
What is the correct code to have following output in c using nested for loop?
What are bitwise shift operators in c programming?
Write a progarm to find the length of string using switch case?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is dynamic variable in c?
Explain how do you convert strings to numbers in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is the most efficient way to store flag values?
Why c is procedure oriented?