#include <stdio.h> #include<string.h> int main() { char a[60]; char b[60]; char c[]="is the friend of"; char d[]; printf ("The f | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

#include <stdio.h> #include<string.h> int main() { char a[60]; char b[60]; char c[]="is the friend of"; char d[]; printf ("The f

Why this code has errors

18th Feb 2022, 5:23 AM
Bong Rush Gaming YT
2 Respostas
+ 10
Why your printf() state is incomplete? The closing } is missing. where is your complete code? Provide more details on what you want to do with code. Use language tags instead of "pleasehelp."
18th Feb 2022, 5:44 AM
D Shah šŸŽÆā³ļø
D Shah šŸŽÆā³ļø - avatar