#include stdio.h
int main() {
    char c=100;
    c=c+5;
    printf ("%d", c);
    return 0;
}
What is the output of following code?

Posted on by