Posts by Sávio Bezerra • 1 point
1 post
-
0
votes1
answer109
viewsQ: Help with C++ bit scrolling
Well, in a programming exercise I was given the following program, and I asked what is your output using namespace std; union U1 { union U2{ unsigned a: 3; unsigned b: 4; unsigned c: 1; }u2; int d;…
c++asked Sávio Bezerra 1