Answer Posted / mohit chawla
Header is preprocessor directive that is used to include some
predefind function and properties declared in some predefined
header files
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Why is c faster?
Is c high or low level?
Do variables need to be initialized?
Describe dynamic data structure in c programming language?
Is it better to use malloc() or calloc()?
What is the use of void pointer and null pointer in c language?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
How many data structures are there in c?
Explain the difference between null pointer and void pointer.
What is the use of printf() and scanf() functions?
How will you find a duplicate number in a array without negating the nos ?
explain what are actual arguments?
What is the use of bitwise operator?
What is #include stdlib h?