Hello Friends,

I have a problem in memory allocation in c programming.

main()
{
int i=2;
printf("The value of i is = %d", &i);
}