Persistent Systems Programming and Technical Programming

Q.How many digits the following operation results?
(105*112*126*1512)/7213

a]17
b]20
d]21
e]121

Read Solution (Total 4)

Persistent Systems Other Question

Q. Equivalent pointer representation of a[i][j][k][l] is:
a] *(*(*(*a+i)+j)+k)+l)
b] (*(*(*a+i)+j)+k)+l)
c] (((a+i)+j)+k)+l)