1. One CASE construct inside another CASE construct is called a do-loop.



Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->Who exhorted the world famous dictum "One caste, One religion, One clan, One world, One God"?....
QA->If function inside another function is called a _____ Function....
QA->When one coulomb charge is carried from one place to another, the work done is called?....
QA->“One caste, One religion and One God for man of the same blood and form, there is no difference animals of the same caste alone procreate Viewed thus all humanity belong to one caste”- In which book of Sree Narayana Guru these words can be seen?....
QA->The oldest rocks in the earth's crust were once molten; and came from deep inside the earth. The molten rock; called magma; spewed out in volcanic eruptions during the earth;s early life and solidified into hard rock's called?....
MCQ->Which of the following sentences are correct about a for loop in a C program? 1: for loop works faster than a while loop. 2: All things that can be done using a for loop can also be done using a while loop. 3: for(;;); implements an infinite loop. 4: for loop can be used if we want statements in a loop get executed at least once.....
MCQ->One CASE construct inside another CASE construct is called a do-loop.....
MCQ->What will be the output of the C#.NET code snippet given below? char ch = Convert.ToChar ('a' | 'b' | 'c'); switch (ch) { case 'A': case 'a': Console.WriteLine ("case A | case a"); break; case 'B': case 'b': Console.WriteLine ("case B | case b"); break; case 'C': case 'c': case 'D': case 'd': Console.WriteLine ("case D | case d"); break; }....
MCQ->The while loop is referred to as a(n) _____ loop because the loop condition is tested at the beginning of the loop....
MCQ->Using one case construct inside another is known as ________.....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution