psychologyPractice Drill
schoolTarget: HPSSC JOA (IT) Post Code 817
HPSSC JOA (IT) Post Code 817 (2021) - Practice Test (Part 1)
styleCard 1 of 60
✓0 Mastered↺0 To Review
C Programming - Bitwise Operations
Q1
What will be the output produced by the following code segment in a C program?
int a = 7, b = 8;
printf("%d", a & b);
1 Review2 MasteredSpace Flip