Int b=20; static c=30.123; printf("%.2f,%.2f"b,c) | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
+ 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