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