char line[80]={};
This line shows an error, which mustn't happen
if I write like this:
char line[80]={'a'};
it doesn't give error.
I have downloaded gcc, but I couldn't use it for debug while writing code.
OS: windows 10
VS Code: latest version 2020-11-4
Other extensions: No related extension for this problem.
char line[80]={};
This line shows an error, which mustn't happen
if I write like this:
char line[80]={'a'};
it doesn't give error.
I have downloaded gcc, but I couldn't use it for debug while writing code.
OS: windows 10
VS Code: latest version 2020-11-4
Other extensions: No related extension for this problem.