Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Why do variable names beginning with the underscore is not encouraged?

a) To avoid conflicts since assemblers and loaders use such names
b) It is not standardized
c) To avoid conflicts since library routines use such names
d) To avoid conflicts with environment variables of an operating system

Answer: c
Explanation: To avoid conflicts since library routines use such names

Join The Discussion