C Programming Language MCQ Operators and Enums in C Language
⚠ Report ✓ Question Verified Copy Link
int main() { int x = -2; x = x >> 1; printf("%d\n", x); }
Learn More MCQ Questions from C Programming Language MCQ Operators and Enums in C Language