Update appNew update is available. Click here to update.
Topics

Address of Variable

Easy
0/10

Problem statement

Which of the following gives the memory address of variable 'b' pointed by pointer 'a' i.e.

int b = 10;
int *a = &b;
Options: Pick one correct answer from below