// Prints a string #include #include int main(void) { string s = "HI!"; printf("%s\n", s); }