#c
Read more stories on Hashnode
Articles with this tag
1) What will be the output of the following code snippet? #include <stdio.h> void solve() { int x = 2; printf("%d", (x << 1) + (x >>...