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