Computer Science, asked by nadiasheikh, 6 months ago

int s= (int) 'A' – 5​

Answers

Answered by anindyaadhikari13
2

Answer:-

ASCII value of A is 65

So,

(int)'A' =65

Therefore,

s=65-5

=60

Hence the value of s is 60.

Similar questions