answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you write the number 25 in octal?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Give example of octal number system?

oct 31 = dec 25


What are the example of octal?

octal 031 is decimal 25. (31. Oct is not the same day as 25. Dec, though)


Convert octal number 889 to binary?

Don't. 889 is not an octal number.


When was the octal number invented?

octal was invented in china in 1256


The octal numbering system is based on how many digits?

.. octal adj. Of, relating to, or based on the number eight: an octal number ... isthe base-8 number system,


How do you write a C-program to convert an Octal number to a Decimal number?

very simple way yr:int main(){int o;printf("\n Enter an octal number:");scanf("%o",&o);printf("The required decimal number is %d",o);getch();}


What is 262 in octal as a decimal number'?

262 octal is178 decimal.262 decimal is406 octal


Which octal number follows number 237 in octal counting?

240 is next after 237 in octil.


Why you use percent o in C programming?

An integer in octal, for example 25 decimal is 031 octal. (Octal numbers are traditionally preceded by a 0).


How you convert decimal number into octal equvalent?

(83)base10 to octal


Change from Binary number 110101001 to octal?

110101001 = 651 octal


What is the binary equivalent of the octal number 76?

Octal 76 = 111110