Page 1 of 1

Plz solve and explain

Posted: Mon Mar 21, 2022 4:46 pm
by answerhappygod
Plz solve and explain
Plz Solve And Explain 1
Plz Solve And Explain 1 (18.26 KiB) Viewed 50 times
What letter is stored in variable lett2 after running the code fragment below? int main() { unsigned char lett = '6', lett1, lett2; lett = func(lett); lett 1 = func(lett); lett2 = func(lett1); } char func(char x){ chary; y = x + 3; return y; }