Daily C Language Practice: Mastering Programming Basics with 4 Types of Questions (7)
1. Multiple Choice Questions Which of the following statements about variables in C language is correct? ( )A. Variable names must start with a digitB. Variable names can contain special charactersC. Variable names must start with a letter or underscoreD. There is no limit to the length of variable namesAnswer: CExplanation: In C language, variable … Read more