1. Point out the error in the program.
A. Error: unknown pointer conversion
B. Error: cannot convert ptr const value
C. No error
D. None of above
2. Point out the error in the program (in Turbo-C).
A. Error: unknown max in declaration/Constant expression required
B. Error: invalid array string
C. None of above
D. No error. It prints A A
3. Point out the error in the program.
A. Error: RValue required
B. Error: cannot modify const object
C. Error: LValue required in strcpy
D. No error
4. Point out the error in the program.
A. Error: Lvalue required
B. Error: cannot convert ‘const char *‘ to ‘char *‘.
C. No error and No output
D. None of above
5. Point out the error in the program.
A. Error: unknown data type const int
B. Error: const variable have been initialised when declared.
C. Error: stack overflow in x
D. No error