0 0 votes What is the output when the following segment of ' C exdecuted'void main(){ float a = 123.456; printf("%7.2f, %7.3f, %12e", a a a); }$123.450,123.4560, 1.234560e+02$$123.46,123.456,1.234560e+02$$123.456000, 123.456, 0.1234560e+03$$123.45, 123.4560, 1.234560e+02$ Others cil-2017 + – Shubham Sharma 2 23 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.