how many header file is in C language ?
Answer Posted / prashant gupta
26 header files in C language.
| Is This Answer Correct ? | 16 Yes | 36 No |
Post New Answer View All Answers
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is ponter?
What does the file stdio.h contain?
What are the two types of structure?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Tell me what are bitwise shift operators?
Should I learn c before c++?
Is it valid to address one element beyond the end of an array?
What is structure data type in c?
What is meant by type casting?
How can you find the exact size of a data type in c?
Write a program that accept anumber in words
What is NULL pointer?
Explain the difference between strcpy() and memcpy() function?