int main()
{
int *ptr;
*ptr=100;
return 0;
}
Predict the output

Posted on by