Question: What will be printed? #include int main() { char b='b', c; - c = b 1; printf(%c, c); }

What will be printed? #include int main() { char b='b', c; - c = b 1; printf("%c", c); }
Step by Step Solution
There are 3 Steps involved in it
The provided code has a syntax error The line c b 1 is no... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (2 attachments)
663e36d876566_959613.pdf
180 KBs PDF File
663e36d876566_959613.docx
120 KBs Word File
