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() { char not; not=!2; printf("%d",not); }A. 2B. 0C. 1D. Compilation error Submit Answer