what is the function of .h in #include<stdio.h> in c ?
Answer Posted / george mwenyeheri
stdio... stands for Standard Input Output library.. and the
".h" is the header file extension.. as in when u save a text
file the extension you give is .txt.. similarly we give .h
extension to the header file named stdio.. hope u are
comfortable with <stdio.h> .
Now lets concentrate on #include.. # is the pre processor
directive.. this is just to direct the pre processor to
'include' all the files contained in the <stdio.h> file
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is clrscr in c?
In which layer of the network datastructure format change is done
How reliable are floating-point comparisons?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is data structure in c and its types?
largest Of three Number using without if condition?
What is the sizeof () a pointer?
Explain how can I open a file so that other programs can update it at the same time?
Write programs for String Reversal & Palindrome check
How can I open a file so that other programs can update it at the same time?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
How can you increase the allowable number of simultaneously open files?
What is a static variable in c?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Differentiate between full, complete & perfect binary trees.