#include char i; int main() { for (i = 0; i <= 127; i++) { printf("i = %d\n", i); } }