What is the output of the following C Program? June 6, 2022 by admin โช Choose the correct option.What is the output of the following C Program? void main() { for(i = 1; i < 5; i++){if (i == 3)continue;elseprintf ("%d", i);}}A. 1 2 4 5B. 38018C. 38444D. none of these Submit Answer