C - Variables and Data Types
Identify the error in this C code snippet:
void func() {
printf("%d", x);
int x = 10;
}void func() {
printf("%d", x);
int x = 10;
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions