in Programming in C retagged by
800 views
2 votes
2 votes

The keyboard used to transfer control from a function back to the calling function is:

  1. switch
  2. go to
  3. go back
  4. return
in Programming in C retagged by
by
800 views

1 comment

keyword should be there in place of keyboard
0
0

1 Answer

2 votes
2 votes
Option d.

If the function is any integer type, or float or char. Return is used.

If the function is void type then no need to use any return type keyword.
Answer:

Related questions