What is the output of the following program ? June 6, 2022 by admin โช Choose the correct option. What is the output of the following program ? void main() { printf("%d",10?0?5:1:12); }A. 10B. 0C. 12D. 1 Submit Answer