Point out the error in the following program.
#include int main() { fprintf("Compscibits"); printf("%.ef", 2.0); return 0; }
Answer: B
No answer description available for this question.