📚 Practice Mode
programming languages Online Quiz - 68
Learn at your own pace with hints and detailed explanations
1 / 20
True/False
We can modify value of literals as below: char *name="David"; *name='X';
- True
- False
programming languages Online Quiz - 68
Learn at your own pace with hints and detailed explanations
We can modify value of literals as below: char *name="David"; *name='X';