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
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."