Plz solve and explain
Posted: Mon Mar 21, 2022 4:46 pm
Plz solve and explain
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; }
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; }