Fill up the missing statement of the following :-

StructNode * p ;

P = (structNode *) malloc (size of (structNode));

< Missing statement >

print(ā€œ % dā€, p → data) ;

The output is 100.

1
P = 100
2
* P = 100
3
* P. data = 100
4
(*P). data = 100

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation