totally how much header files r in c language
Answer Posted / ankith.v
We Are having so many header files
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
How to explain the final year project as a fresher please answer with sample project
Why does everyone say not to use gets?
What is the meaning of && in c?
How to declare a variable?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is sizeof array in c?
What does the && operator do in a program code?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
code for quick sort?
In C programming, what command or code can be used to determine if a number of odd or even?
What are multidimensional arrays?
Can include files be nested? How many levels deep can include files be nested?
Does free set pointer to null?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?