Problem Statement
Write a function char nextChar(char c) that returns the next character in the ASCII sequence.
For example, 'a' becomes 'b'.
DEMO-C-32 โข Programming in C
Write a function char nextChar(char c) that returns the next character in the ASCII sequence.
For example, 'a' becomes 'b'.
A single char.
The next char.
Submit runs every public testcase in this browser. Results and code never leave this device.
a
b
1
2
A
B
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question