bit-shift tag

2 questions


1 answers
166 views
0
What does C's >>= operation do?

The school gave it to me as an assignmentI don't know what this code is doing or why it's running normally>>>=What is this doing?Why is the output ????#include <stdio.h>int main(){ int ...



© 2024 OneMinuteCode. All rights reserved.