Multiple choice technology programming languages

In Easytrieve if a line has to be continued to the next line

  1. “-“ can only be used

  2. “+” can only be used

  3. can be used

  4. Both “+” and “-“ can be used

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In Easytrieve, line continuation can be achieved using either '+' or '-' characters at the end of a line. Both symbols are valid continuation characters, making option D correct as the statement that both can be used.