EXPLAIN #INCLUDE<STDIO.H>
EXPLAIN #INCLUDE<CONIO.H>
Answer Posted / k.naresh
those are called header files
it have some pre compiled functions
in that basis we can use in the program to get
afficient result
stdio.h means that standrad input and output function it having
and then
conio.h means that console input and output function sit having
| Is This Answer Correct ? | 66 Yes | 9 No |
Post New Answer View All Answers
What is the use of ?
What is the purpose of ftell?
Difference between constant pointer and pointer to a constant.
Explain how can I manipulate strings of multibyte characters?
What is merge sort in c?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Is there a way to compare two structure variables?
Write a program on swapping (100, 50)
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Do you know what are the properties of union in c?
What is a substring in c?
Is main is user defined function?
Why does the call char scanf work?
plz let me know how to become a telecom protocol tester. thank you.
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?