int main() { char s[100]; char s1[] ={"Hello, World!"}; scanf("%[^\\n]%*c", s); // The statement that we are interested in// printf("%s