6. Point out the error in the program.
A. Error: RValue required
B. Error: Lvalue required
C. Error: cannot convert from ‘const int *‘ to ‘int *const‘
D. No error
7. Point out the error in the program.
A. Error: cannot convert ptr const value
B. Error: unknown pointer conversion
C. No error
D. None of above
8. Point out the error in the program.
A. Error: RValue required
B. Error: Lvalue required
C. Error: fun() returns a pointer const character which cannot be modified
D. No error