What will be the output?
#include
main()
{ int x,y = 10; x = y * NULL;
printf(“\n %d \n", x);
}
Answers
Answered by
1
hiii dear______
___________"good morning"______
Output : zero
___________"good morning"______
Output : zero
Gautam25arora:
Thanks
Similar questions