Okay this is getting interesting 😄❤ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Okay this is getting interesting 😄❤

12th May 2018, 9:03 AM
Prograhma
Prograhma - avatar
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”)
12th May 2018, 9:15 AM
MsJ
MsJ - avatar
+ 1
hi
12th May 2018, 3:36 PM
Yuvaraj Cena
Yuvaraj Cena - avatar
+ 1
w h r
14th May 2018, 9:46 AM
Yuvaraj Cena
Yuvaraj Cena - avatar
0
hey
13th May 2018, 6:26 PM
Enofresh Okutinyang
Enofresh Okutinyang - avatar
0
hey
5th Jun 2018, 9:06 PM
Uche
Uche - avatar