Q31: Write the output for program segment. char ch; ch = ‘A’; printf(“%c”, ch + 25);

 

A31: Output = Z.

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.