how many header file is in C language ?
Answers were Sorted based on User's Feedback
Answer / ankit chaliyan
there are 27 type of header file in clanguage
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / archana shukla
it can have any number of header files. but it ha smore
than 8 header files. .... About 24 header file in a C
Language. ...
| Is This Answer Correct ? | 2 Yes | 6 No |
Answer / purna chandra reddy
there are 256 header files are ther in c language
| Is This Answer Correct ? | 8 Yes | 13 No |
Answer / sampath
In my point of you there are above 300 header files are
there.
| Is This Answer Correct ? | 2 Yes | 12 No |
Answer / lohith
it can have any number of header files. but it ha smore
than 8 header files.
| Is This Answer Correct ? | 59 Yes | 70 No |
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Why & is used in scanf in c?
How many data structures are there in c?
Why the use of alloca() is discouraged?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
What are keywords in c with examples?
how can i print "hello"
Explain is it valid to address one element beyond the end of an array?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
in iso what are the common technological language?
How do you define a function?
What is an identifier?