Q. Comment on the given statment:
Code:
scanf("%d",i);
β
Correct Answer: (B)
Will give Segmentation fault
scanf("%d",i);
You must be Logged in to update hint/solution