Comment on the output of the following C code. #include <stdio.h> int main() { int i, n, a = 4; scan
Posted: Wed Jul 13, 2022 7:54 pm
a) Logical Shift left
b) No output
c) Arithmetic Shift right
d) Bitwise exclusive OR
b) No output
c) Arithmetic Shift right
d) Bitwise exclusive OR