Question: What is the binary value of val 1 after executing the code fragment below? ( Answer in the format 0 0 1 1 0 1

What is the binary value of val1 after executing the code fragment below? (Answer in the format 00110110, leaving out the "Ob".)
val1=0b01111101;
val2= val1??& 0b11110000
val2= val2>>4;
val3= val1??& 0b00001111;
val3= val34;
val1= val2 I val3;
 What is the binary value of val1 after executing the code

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!