Question
Easy
In C program, variable can not start with:
1
An alphabet
2
A number
3
A special symbol other than underscore
4
A number and A special symbol other than underscore
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Python Programming Fundamentals
Topic: Getting Started with Python
Correct Answer
Option D
Explanation
The correct option is (4): A number and A special symbol other than underscore The correct option is (4): The foundation of the C programming language is built upon strict rules for naming identifiers, which include variable names. A C variable name must begin with either an alphabet (A-Z, a-z) or the underscore character (\_). It is a fundamental syntax rule that a variable cannot start with a digit (0-9).…Read More
Similar Questions from HTET Exam - Level 3 - Year 2020
Question 1
Easy
Source :
HTET 2020
In process swapping in operating system, what is the residing location of swap space ?
Chapter :
Operating Systems & Software Concepts
Topic :
MS Window
Question 2
Easy
Source :
HTET 2020
$(929.19)_{10} = ?$
Chapter :
Computer System & Hardware Fundamentals
Topic :
Encoding Schemes and Number System
Question 3
Easy
Source :
HTET 2020
In Binary to Octal Number System Conversion, what is the octal equivalent for binary number 1101010?
Chapter :
Computer System & Hardware Fundamentals
Topic :
Encoding Schemes and Number System
Question 4
Easy
Source :
HTET 2020
Microprocessor memory and other parts of the microcomputer are physically connected through which of the following ?
Chapter :
Computer System & Hardware Fundamentals
Topic :
Microprocessor