C - Operators and Expressions
Find the error in this code snippet:
int a = 5;
int b = 2;
int c = a ** b;
printf("%d", c);int a = 5;
int b = 2;
int c = a ** b;
printf("%d", c);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions