C Programming and Technical Programming Definition

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

Options
1) switch
2) goto
3) go back
4) return

Read Solution (Total 21)

C Other Question

Differentiate between a for loop and a while loop? What
are it uses?
Write down the equivalent pointer expression for
referring the same element a[i][j][k][l]?