How many times will the following loop be executed in below C program? June 6, 2022 by admin โช Choose the correct option.How many times will the following loop be executed in below C program? void main() { x=5; if (x = 1) { x++; } }A. NeverB. OnceC. 5 timesD. Infinity many times Submit Answer