owing program?
main()
int i = 2, *j;
j - &i;
printf("%d", i**j*i+j);
B
Print junk value
Syntax error due to Invalid expression in printf
Answers
Answered by
0
Answer:
I can't understand your situation
Similar questions