Question: Consider the following program and select all correct statements among the following. int main ( ) { uint 8 _ t * ptr; uint 8
Consider the following program and select all correct statements among the following.
int main
uintt ptr;
uint;
&;
printfsuptr;
printfsu &ptr;
printfu &x;
return ;
a Line prints the address of
g Line prints the address of ptr
b Line prints the value of
h Line prints the value of ptr
c Line prints the address of ptr
i Line prints the address of
d Line prints the value of ptr
j Line prints the value of
e Line prints the address of
k Line prints the address of ptr
f Line prints the value of
l Line prints the value of ptr
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
