Answer Posted / pavan bhalot
header file is that file in which predefines all those
function those are useig in program.like scanf,printf, getch
etc.
Is This Answer Correct ? | 62 Yes | 4 No |
Post New Answer View All Answers
Explain high-order and low-order bytes.
What are the advantages of the functions?
Explain what is the difference between the expression '++a' and 'a++'?
explain what is an endless loop?
Explain the process of converting a Tree into a Binary Tree.
Write a program to print “hello world” without using semicolon?
Explain what math functions are available for integers? For floating point?
What is a const pointer in c?
What is sizeof return in c?
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
Explain which function in c can be used to append a string to another string?
Difference between pass by reference and pass by value?
How we can insert comments in a c program?
In c programming language, how many parameters can be passed to a function ?
What is the use of #define preprocessor in c?