Int b=20; static c=30.123; printf("%.2f,%.2f"b,c) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Int b=20; static c=30.123; printf("%.2f,%.2f"b,c)

Can someone give any reference where i can learn these formatting

5th Oct 2020, 1:46 PM
Heman Chopra
Heman Chopra - avatar
2 Answers
+ 1
SoloLearn has covered the output format lessons https://www.sololearn.com/learn/C/2914/ And your code produce compile error because you didn't declare data type of c and capital Int.
5th Oct 2020, 2:00 PM
你知道規則,我也是
你知道規則,我也是 - avatar
0
Thanx :)....That int i know, just wrote it to know the concept. Thanx again 😊
5th Oct 2020, 2:33 PM
Heman Chopra
Heman Chopra - avatar