1.

What error will be generated on using incorrect specifier for the datatype being read?(a) compile error(b) run-time error(c) logical error(d) no errorThe question was asked during a job interview.My question is taken from scanf in portion Input and Output in C of C

Answer» RIGHT option is (b) run-time ERROR

The explanation is: Using an incorrect SPECIFIER for the datatype being READ will generate a run-time error.


Discussion

No Comment Found

Related InterviewSolutions