Dan Haas
1
Q:

int main() { char c; for(c = 0; c<=127; c++) { printf("%d", c); } return 0; }

#include<stdio.h> 
int main() 
{ 
    char c = 125; 
    c = c+10; 
    printf("%d", c); 
    return 0; 
} 
0

New to Communities?

Join the community