C Programming and Technical

output?
Q. What are library Functions?

A. Library Functions are predefined functions and stored in .lib files.

Read Solution (Total 0)

C Other Question

output?
Q. What is the use of typedef?

A. (i)It increases the portability.
(ii) It simplify the complex declaration and improve readability of the program.
output?
Q. What is a structure?

A. Structure is a collection of heterogeneous (i.e. related data items which can be of different types) held together to a single unit. The data items enclosed within a structure are called its members which may be of data type int, float, char, array etc.