

InterviewSolution
Saved Bookmarks
1. |
Convert 46 in binary form |
Answer» 46 in binary form is 101110Steps:Divide 46 by 2.Use the next quotient derived.Repeat the steps until the quotient becomes 0.And write the remainder from bottom to top. | |