0 Members and 1 Guest are viewing this topic.
MyString[256] = "this is a test string";MyInt = 1;printf("this joins %s with %d\n",MyString,MyInt);