NUMBER SYSTEMS

                          CONVERTING BINARY TO OCTAL IN " NUMBER SYSTEMS "



Example :
Input: N = 1100110
Output: 146
Explanation: 1100110 when converted to octal number is “146”.

Comments

Popular posts from this blog

Array of Objects In C++

INFORMATION COMMUNICATION AND TECHNOLOGY

INHERITANCE