what is the function of .h in #include<stdio.h> in c ?
Answers were Sorted based on User's Feedback
Answer / bhanudas
#include<stdio.h> mean standered input / output header
file.
This preprocessor directive tell the compiler I am
including my program in your header file.
It also called as preprocessor command or header file .
| Is This Answer Correct ? | 1 Yes | 2 No |
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
why we are using float in C
what is c programming?
What is the significance of scope resolution operator?
0 Answers Agilent, ZS Associates,
Program to write some contents into a file using file operations with proper error messages.
What is use of pointer?
What are the loops in c?
explain how do you use macro?
What is the use of the function in c?
the question is that what you have been doing all these periods (one year gap)
What is keyword with example?