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
explain what are pointers?
Explain what is the stack?
Why clrscr is used after variable declaration?
Differentiate fundamental data types and derived data types in C.
Do you know null pointer?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Explain modulus operator.
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Can you define which header file to include at compile time?
What is the advantage of c?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is a null string in c?
What is this infamous null pointer, anyway?
Distinguish between actual and formal arguments.
Where in memory are my variables stored?