Computer Science, asked by vishmish34, 8 months ago

int res='A'; What is the value of res?
Logix class 9 icse​

Answers

Answered by KumarDeepakNaik
27

Answer:

Value of res is 65 because the ASCII value of character 'A' is 65.

We can not store a character in integer type variable, instead of character it store its ASCII value.

Answered by mandalsunando
1

Answer:

res A =65

Explanation:

Similar questions