Computer Science, asked by Gautam25arora, 1 year ago

What will be the output?
#include
main()
{ int x,y = 10; x = y * NULL;
printf(“\n %d \n", x);
}

Answers

Answered by AJAYMAHICH
1
hiii dear______
___________"good morning"______



Output : zero




Gautam25arora: Thanks
Similar questions