Predict the o/p??
#include <stdio.h>

int main()
{
    
    int x,*ptr;
    x=;
    ptr=&x;
    printf("The address of x is %d",ptr);

    return 0;
}


Posted on by