totally how much header files r in c language
Answer Posted / mod
there r 24 header files in iso standerd of c language
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Write a program to swap two numbers without using the third variable?
Are enumerations really portable?
What is %g in c?
What does printf does?
Explain the binary height balanced tree?
What is n in c?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
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
What is meant by high-order and low-order bytes?
What is a union?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
what is event driven software and what is procedural driven software?
What is huge pointer in c?
What is unary operator?
What is printf () in c?