how many header file is in C language ?
Answer Posted / amrish
29
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How do we open a binary file in Read/Write mode in C?
What is the purpose of the statement: strcat (S2, S1)?
Explain high-order bytes.
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is the difference between far and near in c?
What is the purpose of void in c?
What is the general form of a C program?
What does void main return?
What are the different types of constants?
What is a void pointer? When is a void pointer used?
How many data structures are there in c?
How do I swap bytes?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Is register a keyword in c?