What will be output of the following “c” code? June 6, 2022 by admin ✪ Choose the correct option.What will be output of the following “c” code? #include void main() { printf("%d",++5); }A. 5B. 6C. 7D. an error message Submit Answer