#include <stdio.h> int main() { int a=4; printf ("the value of a is %d,a"); return 0; } | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
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