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; }
Plz solve and explain
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Plz solve and explain
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!