Question: Q4. Is char arithmetic allowed in C? For example, if we have a char variable declar char letter; letter = 'A' + 10; printf(%c, letter);
Q4. Is char arithmetic allowed in C? For example, if we have a char variable declar char letter; letter = 'A' + 10; printf("%c", letter); What will (or will not) get displayed after the above code snippet is executed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
