Math, asked by pooja4891, 1 year ago

what is the syntex of scanf function ?

Answers

Answered by Anonymous
2
The scanf function allows you to accept input from standard in, which for us is generally the keyboard. Thescanf function can do a lot of different things, but it is generally unreliable unless used in the simplest ways. ... The scanf function uses the same placeholders as printf: int uses %d. float uses %f.
Answered by Ronaldo1226
0
i don't use scanf
but i use cout nd cin
cout << " hello " ;
cin >> i ;
Similar questions