Question: Please answer the question 5 5) Given the following program: #include > int main(void) { char ch; ch=C; ch=ch+1;/ line 6/ printf(Now ch =% cln,
Please answer the question 5
5) Given the following program: \#include > int main(void) \{ char ch; ch=C; ch=ch+1;/ line 6/ printf("Now ch =% cln", ch); return 0 ; 3 Please explain the type conversion of viable ch in the statement on line 6 during the running
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
