What could be the output for following “C” code? June 6, 2022 by admin โช Choose the correct option. What could be the output for following “C” code? main() { int a= - - 2; printf("%d",a); }A. 2B. -2C. 1D. Error Submit Answer