Skip to content

Commit aaf3cc1

Browse files
committed
Update problem33
1 parent 7c25364 commit aaf3cc1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

problem33

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ printf("%d %d %d",c,c<<2,c>> 2);
1414

1515
OUTPUT :
1616
5 20 1
17+
18+
19+
//Solution by R.Madhushree, IT
20+
21+
Answer for the question is:
22+
5 20 1
23+
Reason:
24+
During left shift operation the empty spaces are filled by zero and during right shift the empty spaces are filled by ones... By applying the above principle the answer is got

0 commit comments

Comments
 (0)