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
How old is c programming language?
Calculate 1*2*3*____*n using recursive function??
What does return 1 means in c?
Explain what is the concatenation operator?
Write a program with dynamically allocation of variable.
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
what is the difference between 123 and 0123 in c?
What is the purpose of realloc()?
how logic is used
Can the curly brackets { } be used to enclose a single line of code?
What are the restrictions of a modulus operator?
how could explain about job profile
What is meant by type specifiers?
What are the 5 types of organizational structures?
Explain the Difference between the New and Malloc keyword.