Question
What number is produced by displaying one of each of the Roman numerals, in descending order?

Answers

1666 (MDCLXVI - 1,000, 500, 100, 50, 10, 5, 1)   Your Comment






Search
Can you Answer!!
  • Q Do you know who develop the osi modal?
  • Q One who believes in offering equal opportunities to women in all spheres
  • Q Explain the difference b/w static and dynamic websites?
  • Q Write a short note on growth curve.
  • Q Can a carpet or ‘Mohr’ (clay tablets for prostration) which has been endowed in a mosque be taken to a Husayniyah (religious place) adjacent to it for offering prayers?
  • Q What was the official estimate of expenditure on the Constituent Assembly of India ?
  • Q what is cervix
  • Q How to get current time in milli seconds?
  • Q When do you use the IMAGECOPY?
  • Q When do we celebrate “forest day” in India
  • Q What is the output of the program given below main(){ signed char i=0; for(;i>=0;i++) ; printf("%d ",i); }