1. The keyword used to transfer control from a function back to the calling function is
A. switch
B. goto
C. go back
D. return
2. What is the notation for the following functions?
3. How many times the program will print “GkFeed”?
A. Infinite times
B. 32767 times
C. 65535 times
D. Till stack overflows