how many header file is in C language ?
Answer Posted / saisujith
27 header files are there.... According to borland compiler.. later it is about increased there mark....
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
Write a program to print numbers from 1 to 100 without using loop in c?
Can stdout be forced to print somewhere other than the screen?
How do you write a program which produces its own source code as output?
Why do we use return in c?
What are the main characteristics of c language describe the structure of ac program?
How can you call a function, given its name as a string?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
In a header file whether functions are declared or defined?
Write a program in c to replace any vowel in a string with z?
What is non linear data structure in c?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Which is the best website to learn c programming?
What is a example of a variable?
Discuss the function of conditional operator, size of operator and comma operator with examples.