#include <stdio.h> int main() { int a=4; printf ("the value of a is %d,a"); return 0; } | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

#include <stdio.h> int main() { int a=4; printf ("the value of a is %d,a"); return 0; }

Whats is wrong in this code

8th Apr 2023, 6:17 AM
Suyash Agnihotri
Suyash Agnihotri - avatar
2 Antworten
0
Thanks
8th Apr 2023, 6:22 AM
Suyash Agnihotri
Suyash Agnihotri - avatar
+ 4
After %d write ,a outside of closing " double quotes
8th Apr 2023, 6:19 AM
A S Raghuvanshi
A S Raghuvanshi - avatar