Computer Science, asked by Mandy4276, 2 months ago

what is the output of this program? #include void main() { int a=10; if(a=5) printf("YES"); else printf("NO"); }

Answers

Answered by spremjitsinghmartins
0

Answer:

your output is NO coz its not true seeeyaaa

Similar questions