how many header file is in C language ?

Answer Posted / venky

iso c standard has 24 hederfiles...

Is This Answer Correct ?    20 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

4. main() { int c=- -2; printf("c=%d",c); }

1364


What is the difference between void main and main in c?

621


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

805


Are pointers integers in c?

604


Write a program of prime number using recursion.

613






What is the difference between procedural and functional programming?

515


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1454


What is the difference between char array and char pointer?

525


How can I read in an object file and jump to locations in it?

573


What is the explanation for cyclic nature of data types in c?

642


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

2528


Write a program to swap two numbers without using the third variable?

591


What is the difference between array and structure in c?

565


What is a newline escape sequence?

663


Explain the use of function toupper() with and example code?

651