Answer Posted / shalini
header file constitutes all the pre defined functions that
are necessary for a program to run.hence whenever u compile
a program the compiler links all the header files into the
corresponding program and starts execution
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why is sprintf unsafe?
What is #include stdlib h?
What are different types of pointers?
Where does the name "C" come from, anyway?
What is #line in c?
Write a c program to demonstrate character and string constants?
What is the use of static variable in c?
What is variable in c example?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Explain which function in c can be used to append a string to another string?
Is stack a keyword in c?
What is c variable?
please explain every phase in the "SDLC" in the dotnet.
What is the purpose of realloc()?
I need a sort of an approximate strcmp routine?