What would be the output of the following C program ?

Loading

โœช Choose the correct option.

What would be the output of the following C program ?


void main() {

int = 12345;

float x = 145.678;

printf ("%3d, %5d, %8d", i,i,i,);

}

A. 123 123 123
B. 123451000000000
C. 12345
D. 123