what is the function of .h in #include<stdio.h> in c ?
Answer Posted / farhan ejaz
#includestdio.h is a function which control the input and
output function likeb printf and scanf
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
what is different between auto and local static? why should we use local static?
Is register a keyword in c?
What is the difference between c and python?
What is default value of global variable in c?
Why does everyone say not to use scanf? What should I use instead?
What should malloc(0) do?
What is the function of multilevel pointer in c?
What are the types of pointers in c?
What is spaghetti programming?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is pass by reference in c?
What is getch () for?
Write a program to check whether a number is prime or not using c?
What is a rvalue?