I tried this in a function, but I dont see anywhere the result in MPLAB X IDE. Why? Where I can find the printed result? I am using pic32 Curiosity development board and XC32.
int a = 5;
int b = 10;
printf("a = %d\nb = %d\n", a, b);
Any info? Thanks in advance!