what is the function of .h in #include<stdio.h> in c ?
Answer Posted / khaja
.h is an extension for i/o .
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a loop?
#include
What are Macros? What are its advantages and disadvantages?
What are unions in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is infinite loop?
Explain how can I right-justify a string?
Write a program to show the change in position of a cursor using c
What is the difference between far and near ?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Why do we use stdio h and conio h?
Write a program to print fibonacci series without using recursion?
which type of aspect you want from the student.
What is the difference between text and binary modes?
What is function what are the types of function?