481. How many types of loop control structures in C language:
Correct answer: (D)
3
482. Types of loop control statements are:
Correct answer: (D)
All of these
483. <Initial value> is ____________ which initializes the value of variable:
Correct answer: (A)
Assignment expression
484. The format "%8d" is used to print ____________ values in a line:
Correct answer: (B)
10
485. <Condition> is a ____________ expression which will have value true or false:
Correct answer: (C)
Both a & b
486. <Increment> is the ____________ value of variable which will be added every time:
Correct answer: (A)
Increment
487. ____________ is the statement block of for loop lies inside block of another for loop:
Correct answer: (A)
Nested for loop
488. SPARC stands for:
Correct answer: (B)
Scalable processor architecture
489. Full form of MIPS assembler is:
Correct answer: (A)
Microprocessor without interlocked pipeline stage
490. ____________ statement block is executed atleast once for any value of the condition:
Correct answer: (B)
Do-while statement