Bad local declaration
Author: tigertvCreated Jan 9, 2021Updated Jan 9, 2021
I get the error when use the following declaration:
int a = 5;but the following code works without errors
int a;
a = 5;Source: rswier/c4
I get the error when use the following declaration:
int a = 5;but the following code works without errors
int a;
a = 5;Source: rswier/c4