M
Q. What will be the output of the following Python expression? 0x35 | 0x75
Explanation by: Mr. Dubey
the binary value of 0x35 is 110101 and that of 0x75 is 1110101. on or- ing these two values we get the output as: 1110101, which is equal to 117. hence the result of the above expression is 117.
You must be Logged in to update hint/solution
Be the first to start discuss.
Related MCQs
Q. Which Committee Standardize C Programming Language?
Q. SVM is a ------------------ algorithm
Q. The compiled version of a VC#.NET program will be in_______________.
Q. Graph used to represent semantic network is _____________
Q. Which among the following is the correct statement
Question analytics

Discusssion
Login to discuss.