

MCQOPTIONS
Saved Bookmarks
1. |
Point out the error if any in the following program (Turbo C).
#include
|
A. | Error: unknown variable ptr |
B. | Error: Lvalue required for parameter |
C. | No error and print A a b c |
D. | No error and print 4 A a b c |
Answer» D. No error and print 4 A a b c | |