The cursor never gets inside the procedure. Choose the best option

Options
- Step in
- Step out
- Step over
- All of these


CORRECT ANSWER : Step over

Discussion Board
Step over cursor

Answer: Step Over

Solution:

Step in: It is used to execute the code line by line.

Step Out: It mainly similar to the step in but it focuses on the execution of a function or method.

Step over: It is also used for code execution, but if there is any procedures in the code then cursor never get inside the procedure.

Therefore, Step over is suitable answer.

Rohit Srivastava 07-18-2014 04:04 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement