Answer Posted / manav kothari
You just need to include appropriate header files to use these functions. These are already declared and defined in C ...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the types of c language?
What type is sizeof?
Can include files be nested? How many levels deep can include files be nested?
Explain what is the advantage of a random access file?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
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.
is it possible to create your own header files?
What is the deal on sprintf_s return value?
Why doesnt this code work?
What are two dimensional arrays alternatively called as?
Why #include is used in c language?
Why isnt there a numbered, multi-level break statement to break out
What is scope and lifetime of a variable in c?
Where are the auto variables stored?
What is the maximum length of an identifier?