Conversion Specification Characters
These characters are used to set the format of any type of data,at the time of input as well as output operations because without conversion,we cannot input or output any type of data within any program of the 'C' language.- "%d": for Integer(Here 'd' denotes the decimal number system).
- "%f" : for float.
- "%c": for character.
- "%s": for string.
- "%u":for unsigned values.(All the Buffer Addresses are called unsigned values).
No comments:
Post a Comment