main()
{
int i;
clrscr();
printf(“%d”, &i)+1;
scanf(“%d”, i)-1;
}
a. Run time error. b. Run time error. Access violation.
c. Compile error. Illegal syntax d. None of the above
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Prabhakaran D
the answer is d. am i right shobiya
the answer is d.
d) none of the above