Home » C++ Programming » Decision Making » Question
  1. The destination statement for the goto label is identified by what label?
    1. *
    2. $
    3. :
    4. @
    5. None of these
Correct Option: C

goto label is identified by ":"



Your comments will be displayed only after manual approval.