C Programming and Technical Programming Definition

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

Read Solution (Total 0)

C Other Question

Question. What is FILE?
Answer. FILE is a predefined data type. It is defined in stdio.h file.
Question. What is a file?
Answer. A file is a region of storage in hard disks or in auxiliary storage devices.It contains bytes of information .It is not a data type