What is the maximum number of characters that can be held in the string variable char address line?
a)12
b)15
c)39
d)40
Answers
Answered by
2
Answer:
The maximum number of characters that can be held in the string variable char addresses line is 40
Answered by
1
The correct answer is option (c) 39.
Explanation:
- The maximum number of characters that can be held in the string variable char address line is 39.
- String variables, simply speaking, are variables that contain not just numbers, but also other characters (possibly mixed with numbers).
- Another term that is often used is "alphanumeric" variables, obviously referring the the "alphabet" and therefore to letters.
- For example, word processing programs manipulate character data.
Similar questions