pls answer it!!!!!!!!!
Attachments:
Answers
Answered by
2
sorry but this is not there in our syllabus
Answered by
0
n=90,ch='Z':
Explanation:
- The above code is in c language, in which there is a one-character type variable C which holds the Z character.
- So when the C variable value will be assigned on the integer type variable as in question example, then the n variable will holds the value 90 which is the ASCII value of Z.
- Hence the n variable will holds the value 90.
- But the third statement "char ch=(char)n" will typecast the integer value '90' into character and store it into ch variable. So the ch variable value will be 'Z'.
Learn More:
- C program : https://brainly.in/question/12809215
Similar questions