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? #include void main() { clrscr(); } clrscr();A. No output/errorB. Compilation ErrorC. None of theseD. NULL Submit Answer