Hi.please helpe find the orror | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
23rd Feb 2019, 11:27 AM
Augustine
Augustine - avatar
2 Answers
+ 9
https://code.sololearn.com/ch57NL5u2iOD/?ref=app Here it is corrected the only problems were some format specifiers but nothing too bad 👍👍
23rd Feb 2019, 11:46 AM
Uni
Uni - avatar
+ 3
This is not how printf works in C. You should write like int a=10; printf("Value of a: %d", a) ; Seems like you missed %d in every printf statement
23rd Feb 2019, 11:43 AM
Шащи Ранжан
Шащи Ранжан - avatar