Let Us C Solutions:Chapter 1
Let Us C Solutions:Chapter 1 Exercise [A] Which of the following are invalid variable names and why? BASICSALARY Ans . It is a valid variable . _basic Ans . It is a valid variable . basic-hra Ans . It is a invalid variable because ‘-’ is used (only alphabet, hyphen and numbers can be used in a variable name). #MEAN Ans . It is invalid variable name since variable name cannot contain (#). group. Ans . It is invalid variable name since variable name cannot contain (.) 422 Ans . It is invalid variable name because variable name cannot Start from number. Population in 2006 Ans . It is invalid variable name because space cannot be used in a variable name. over time Ans . It is invalid mindovermatter Ans. It is a valid variable name. FLOAT Ans . It is a valid variable name. hELLO Ans . It is a valid variable name....