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() { int a[10]; printf("%d",*a+1-*a+3); }A. 2B. 4C. 5D. 1 Submit Answer