C - Variables and Data Types
Identify the error in this C code snippet:
bool flag = 1; char letter = "B"; int count = 10;
bool flag = 1; char letter = "B"; int count = 10;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions