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
What is the difference between break and continue?
Is boolean a datatype in c?
What is the deal on sprintf_s return value?
Explain bitwise shift operators?
How do you list files in a directory?
Write a program to reverse a given number in c?
What are structures and unions? State differencves between them.
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is keyword in c?
In C, What is the #line used for?
What is the right type to use for boolean values in c? Is there a standard type?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is the c value paradox and how is it explained?
What are the advantages of using macro in c language?
What tq means in chat?