0
we study without using cout we use float intiger and printf scanf what is the difference between them
2 Antworten
0
format specifier is not used in C++. but in C printf and scanf we must specify the format of the datatype
0
float is a floating type variable it takes decimal values too example float a=43.457;