📚 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';

  1. True
  2. False