what is the function of .h in #include<stdio.h> in c ?
Answer Posted / ashu
it stnds for standard input output header file. it is a
processor directive in c . it include all input output
function in c . wth the help of header file vwe know which
function where use in program
------ - in my view ------------
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I use void main?
What are the types of unary operators?
What is pointers in c with example?
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 does s c mean in text?
Which header file is essential for using strcmp function?
What are the types of pointers?
What happens if a header file is included twice?
What is the use of ?
Explain how can I convert a number to a string?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
Explain what happens if you free a pointer twice?
What is realloc in c?
What is null in c?
Add Two Numbers Without Using the Addition Operator