#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!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответов
+ 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