Tag: programming languages

Questions Related to programming languages

  1. enumeration

  2. iteration

  3. culmination

  4. pass through


Correct Option: B
  1. for

  2. while

  3. do-while

  4. no looping process checks the test condition at the end


Correct Option: C
  1. the return 0; statement

  2. the first statement after the loop

  3. the statement following the continue statement

  4. the next iteration of the loop


Correct Option: D
  1. The output is “Equal”

  2. The output in “Not Equal”

  3. An error at " if (x = y)" causes compilation to fall.

  4. The program executes but no output is show on console.


Correct Option: C
  1. Using delete operator

  2. Using destructor

  3. Garbage collection is an automatic process & cant be forced.

  4. None of the above


Correct Option: C
  1. AWT are light-weight componenets. Swings are heavy-weight components.

  2. AWT is platform independent. SWING is platform dependent.

  3. AWT are heavy-weight componenets. Swings are light-weight components.

  4. None of the above


Correct Option: C
  1. 2variable

  2. variable2

  3. _whatavariable

  4. 3

  5. #myvar

  6. $anothervar


Correct Option: B,C,D,F