Plz Solve And Explain 1 (18.26 KiB) Viewed 47 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; }
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!