C Programming and Technical

Question. What is FILE?
Answer. FILE is a predefined data type. It is defined in stdio.h file.

Read Solution (Total 1)

C Other Question

Question. What are the facilities provided by preprocessor?
Answer. file inclusion
substitution facility
conditional compilation
Question. What do the functions atoi(), itoa() and gcvt() do?
Answer. atoi() is a macro that converts integer to character.
itoa() It converts an integer to string
gcvt() It converts a floating point number to string