Home » C Programming » Variables » Question
  1. Which of the following cannot be a variable name in C?
    1. export
    2. friend
    3. volatile
    4. true
    5. None of these
Correct Option: C

volatile is C keyword.



Your comments will be displayed only after manual approval.