Keep it simple and stupid.
#include <stdio.h> int main(){ char* myname = "jieNew"; printf("Hello! World! My name is %s.", myname); return (0); }
Helo! World! My name is jieNew.
No comments:
Post a Comment