Discussion :: Structures, Unions, Enums
-
Point out the error in the program?
#include
A.
Error: invalid structure member |
B.
Error: Floating point formats not linked |
C.
No error |
D.
None of above |
Answer : Option B
Explanation :
At run time it will show an error then program will be terminated.
Sample output: Turbo C (Windows)
c:\>myprogram Sample 12.123 scanf : floating point formats not linked Abnormal program termination
Be The First To Comment