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() { printf("%d", (a++)); }A. the current value of aB. the value of a+ 1C. an error messageD. garbage Submit Answer