1
The following code:
#include <stdio.h>
void main()
{
int num = 123;
printf("O valor de num = %d e o valor seguinte = %c", num, num+1);
}
Returns in Cloud9 terminal the following result:
The value of num = 123 and the following = |
Can anyone help me understand what is going wrong? Why is it that in the terminal it does not assume the sum of the variable?
The browser used is Chrome Version 34.0.1847.137 m