Computer Science, asked by kamnamona, 5 months ago

4: Which of the following is a valid declaration for a character literal?

A char ch='t'
B char ch="t"
C char c='tea'
D None of the above​

Answers

Answered by jayrudrajha555
0

Answer:

option b. char ch ="t"

Explanation:

D. None of the above

Similar questions