Skip to main content

Posts

Showing posts with the label Format Specifiers

Format Specifiers

Format Specifiers: The format specifiers are used in C programming to specify the format of the datatypes. The various format specifiers used in C programming are as follows; %d : Used for getting integer. %c : Used for getiing character output. %f : For float value. %l : For long integer. %s : For a string.