totally how much header files r in c language
Answer Posted / vijay
there are 29 hederfiles in c
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is static and auto variables in c?
What is the most efficient way to count the number of bits which are set in an integer?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Does c have circular shift operators?
Why do we use header files in c?
Differentiate between null and void pointers.
Explain how do you use a pointer to a function?
What are the general description for loop statement and available loop types in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
Should I learn data structures in c or python?
What is pivot in c?
How can I manipulate individual bits?
Can we initialize extern variable in c?
What does nil mean in c?