Home » C Programming » Variables » Question
  1. Why do variable names beginning with the underscore is not encouraged?
    1. To avoid conflicts with environment variables of an operating system
    2. It is not standardized
    3. To avoid conflicts since assemblers and loaders use such names
    4. To avoid conflicts since library routines use such names
    5. None of these
Correct Option: D

To avoid conflicts since library routines use such names



Your comments will be displayed only after manual approval.