-
Why do variable names beginning with the underscore is not encouraged?
-
- To avoid conflicts with environment variables of an operating system
- It is not standardized
- To avoid conflicts since assemblers and loaders use such names
- To avoid conflicts since library routines use such names
- None of these
Correct Option: D
To avoid conflicts since library routines use such names