#include <stdio.h> int main() { int num = 4; if (num >> 2) printf("%d\n", num); }
4
Previous Question Next Question
Your comments will be displayed only after manual approval.