ICS Part 2 Computer Science Chapter 12 Short Questions Test With Answer

Online Short Questions For Chapter 12 "ICS Part 2 Computer Science Chapter 12 Short Questions Preparation "

Try The Short Questions For ICS Part 2 Computer Science Chapter 12 Short Questions Preparation

  • Total Questions10

  • Available Sets2

Computer Science - ICS Part 2 Computer Science Chapter 12 Short Questions Preparation

Question # 1

Define go to statement.

  • Ans 1: The go to statement performs an unconditional transfer of control to the name label.The label must be in the same function. A label is meaningful only to a goto statement: in any other context, the labeled statements is
    Executed without regard to the label .
    General Form: The general form of the goto statement is as follows:
    Goto label:
    .................,
    Label: statement
Submit

Prepare Complete Set Wise Questions For Chapter 12 "ICS Part 2 Computer Science Chapter 12 Short Questions Preparation "

ICS Part 2 Computer Science Chapter 12 Short Questions Preparation - Set 1

Question # 1

Define go to statement.

  • Ans 1: The go to statement performs an unconditional transfer of control to the name label.The label must be in the same function. A label is meaningful only to a goto statement: in any other context, the labeled statements is
    Executed without regard to the label .
    General Form: The general form of the goto statement is as follows:
    Goto label:
    .................,
    Label: statement
Submit

ICS Part 2 Computer Science Chapter 12 Short Questions Preparation - Set 2

Question # 1

Trace the output.
Int I, j =10;
For (I = 1; i< =5; i + +)
{
Printf("\nPakistan");
}

  • Ans 1: Output:
    Pakistan
    Pakistan
    Pakistan
    Pakistan
    Pakistan
Submit

12th Chapter

12th Computer Science Chapter 12 Preparation

Here you can prepare 12th Computer Science Chapter 12 Problem Solving Preparation. Click the button for 100% free full practice test.

Is this page helpful?