how many header file is in C language ?
Answer Posted / chanchal kardam
The correct answer is 41 header files in C language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
There seem to be a few missing operators ..
What is the purpose of void in c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Are local variables initialized to zero by default in c?
Why void is used in c?
What is pre-emptive data structure and explain it with example?
What is hash table in c?
Write a code to generate a series where the next element is the sum of last k terms.
I have seen function declarations that look like this
Can a pointer point to null?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
How many header files are in c?
write a program to print data of 5 five students with structures?
What are the different types of objects used in c?
What is meant by initialization and how we initialize a variable?