Question
a.
1000
b.
0100
c.
0001
d.
1010
Posted under C Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What is the result of 0110 & 1100?
Similar Questions
Discover Related MCQs
Q. What is the output of Bitwise OR operation | on (0110 | 1100)?
View solution
Q. What is the output of Exclusive OR ^ operator on 0110^1000?
View solution
Q. What is the output of Left Shift Operator << on (00011000<<2)?
View solution
Q. What is the result of Right Shift Operator >> on (00110000>>2)?
View solution
Q. Choose correct statement about Left Shift Operator << .
View solution
Q. Choose a correct statement about Right Shift Operator >> .
View solution
Q. What is a Single Operand Operator below?
View solution
Q. What is the Bitwise operator used to seta particular bit value to 1?
View solution
Q. What is the Bitwise operator used set a particular bit to Zero 0?
View solution
Q. Which is Bit Toggling operator below?
View solution
Q. Which is the format specifier used to prefix 0x and print a number in hexadecimal notation?
View solution
Q. Left Shift operation is equivalent to
View solution
Q. Right Shift operation >> is equivalent to
View solution
Q. What is the minimum and maximum values in Octal Number System?
View solution
Q. What number system is not understood by C language compiler directly?
View solution
Q. Choose a correct statement about C Bitwise operators.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!