#include <stdio.h> int i; int main(void) { char*x = "ab"; for(i=0;i<3;i++){ printf(" %d ",x[i]); } }
Standard input is empty
97 98 0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!