Computer Science, asked by PrinceAftab, 11 months ago

pls answer it!!!!!!!!!​

Attachments:

Answers

Answered by megha200515
2

sorry but this is not there in our syllabus

Answered by AskewTronics
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