a) Logical Shift left
b) No output
c) Arithmetic Shift right
d) Bitwise exclusive OR
Comment on the output of the following C code. #include <stdio.h> int main() { int i, n, a = 4; scan
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Comment on the output of the following C code. #include <stdio.h> int main() { int i, n, a = 4; scan
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!