Kizspy | Question: 16
(Choose 1 answer)
Which is incorrect statement in C programming?
A. #define is a preprocessor command often used to introduce named constants
B. double and goto are keyword for declaring data type.
C. return 0; is normally the last statement in main()
D. The file stdio.h is the library where the compiler finds scanf().