GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
7. | In the following program add a statement in the function fact() such that the factorial gets stored in j? | |
A. | j=s; | |
B. | *j=s; | |
C. | *j=&s; | |
D. | &j=s; | |