0
Int b=20; static c=30.123; printf("%.2f,%.2f"b,c)
Can someone give any reference where i can learn these formatting
2 Antworten
+ 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.
0
Thanx :)....That int i know, just wrote it to know the concept.
Thanx again 😊