The following lines, if included in a program, will cause which of the

Loading

โœช Choose the correct option.

The following lines, if included in a program, will cause which of the following errors?

double c;

scanf(“%c”,c);

A. Runtime error:
B. Compilation error
C. Typedef error
D. No error

Leave a Comment