Computer Science, asked by rituporno2017, 7 months ago


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 brainlygirl87
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
Math, 7 months ago