+ 4
Okay this is getting interesting đâ€
5 Answers
+ 3
Format Specifiers in Programming language tells us which type of data to store and which type of data to print.
There are number of format specifier available in c or c++ and in other programming language.
for ex -
%d - format specifier use for storing and printing integer data type.
( for ex -2,3)
%f - format specifier use for storing and printing floating point data type .
( for ex- 3.5,1.5)
%c - format specifier use for storing and printing single character data type.
(for ex- 'a' , 'b')
%s - format specifier use storing and printing for string data type( string is a collection of multiple character).
for( ex -"satwinder" , âsupermanâ)
+ 1
hi
+ 1
w h r
0
hey
0
hey