How many times will the following loop be executed if the input data i June 6, 2022 by admin โช Choose the correct option.How many times will the following loop be executed if the input data item is 01234? while (c = getchar ()! = 0) { }A. InfinitelyB. NeverC. OnceD. 5 times Submit Answer