TCS
Company
Programming
Program
What will the statement
char ch='A';
store in variable ch?
a. The character A
b. Ascii value of character A
c. A along with inverted commas
d. None of the above
Read Solution (Total 7)
-
- Output : B)Ascii value of character A
Usually character variables ll store only the ASCII value of the correspoding character... - 10 years agoHelpfull: Yes(21) No(0)
- the character A
- 10 years agoHelpfull: Yes(2) No(4)
- b ascii value of A
- 9 years agoHelpfull: Yes(1) No(0)
- b. Ascii value of character A
- 9 years agoHelpfull: Yes(1) No(0)
- in printf %d is used then ascii value is printed ,%c is used then character a is printed
- 9 years agoHelpfull: Yes(1) No(0)
- the character A
- 9 years agoHelpfull: Yes(0) No(1)
- b. ASCII value of 'A' is stored ..
- 7 years agoHelpfull: Yes(0) No(0)
TCS Other Question