what is the best choice to print the value of variable x where:

int x = 123;

  1. printf("%f",x);

  2. printf("%d",x);

  3. printf("%c",x);

  4. printf("%s",x);


Correct Option: B

Find more quizzes: