how many header file is in C language ?
Answer Posted / ankit chaliyan
there are 27 type of header file in clanguage
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
how to capitalise first letter of each word in a given string?
What is difference between function overloading and operator overloading?
What is the purpose of the statement: strcat (S2, S1)?
Explain zero based addressing.
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What are runtime error?
string reverse using recursion
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What are identifiers in c?
What is a far pointer in c?
What is the use of typedef in structure in c?
Why is c so important?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Explain the meaning of keyword 'extern' in a function declaration.
Write a program to print ASCII code for a given digit.