? How many size of character in variable
name?
Variable name में करैक्टर की साइज़ कितनी होती है
Select one:
A. 200
200
B. 255
255
C. 300
300
D. 256
256
Answers
Answered by
6
Answer:
4. 256
256
Explanation:
Please mark as brainliest
PLEASE PLEASE PLEASE PLEASE
PLEASE PLEASE PLEASE PLEASE
Answered by
1
Concept:
Variables are a symbolic name for an object that serves as a reference or pointer. The variables are used to represent objects with the same name.
Find:
The size of characters in a variable name.
Solution:
In C++, variable names can be anywhere from one to 255 characters long.
All variable names must start with an alphabet letter or an underscore(_).
Variable names can include letters and digits after the first initial letter.
∴ The correct option is B, 255.
Similar questions