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
Advertisement
2. What is the notation for the following functions?
Advertisement
3. How many times the program will print “GkFeed”?
A. Infinite times
B. 32767 times
C. 65535 times
D. Till stack overflows
Advertisement
< PREVIOUS POSTExpressions - Yes / No Questions
NEXT POST >Functions - Find Output of Program