C Programming and Technical

Write down the equivalent pointer expression for
referring the same element a[i][j][k][l]?

Read Solution (Total 2)

C Other Question

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
What is difference between Structure and Unions?