what is the function of .h in #include<stdio.h> in c ?
Answer Posted / dilip kumar
u know that every file is exist with extention name
so .h is a extention name of all header file.
| Is This Answer Correct ? | 50 Yes | 17 No |
Post New Answer View All Answers
What is a macro?
How does placing some code lines between the comment symbol help in debugging the code?
can we implement multi-threads in c.
Can we use any name in place of argv and argc as command line arguments?
Can we assign integer value to char in c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Can a pointer be volatile in c?
What is the use of getch ()?
Write programs for String Reversal & Palindrome check
Why C language is a procedural language?
why wipro wase
What is typedef?
What are the benefits of c language?
Can true be a variable name in c?