#include "stdafx.h" int main(int argc, char* argv[]) { char string[]="I love China!"; printf("%s\n", string); //string++; return 0; }