#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!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answers
+ 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