Sail E0 Webinar
Question


Which of the statements is correct about the program?


#include<stdio.h>
int main()
{
int i=10;
int *j=&i;
return 0;
}
Options:
A .  j and i are pointers to an int
B .  i is a pointer to an int and stores address of j
C .  j is a pointer to an int and stores address of i
D .  j is a pointer to a pointer to an int and stores address of i
Answer: Option C

No answer description available for this question. 



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers