Add the missing statement for the following program to print 45:
#include <stdio.h>
main ()
{ int j, *ptr;
*ptr = 45;
print(/n%d"j);}
(a) *ptr = *j (b) ptr = &j (c) ptr = *j
(d) &ptr = &*j
Answers
Answered by
0
Answer:
Add the missing statement for the following program to print 45:
#include <stdio.h>
main ()
{ int j, *ptr;
*ptr = 45;
print(/n%d"j);}
(a) *ptr = *j (b) ptr = &j (c) ptr = *j
(d) &ptr = &*j
hey mate ur question is not understandable
plz repost it in a better manner
Follow me
mark brainliest
( ´ ▽ ` )ノ
Similar questions
English,
4 months ago
Math,
4 months ago
Social Sciences,
9 months ago
English,
1 year ago
Math,
1 year ago