C - Input and Output
What will this code print?
printf("Hello %s!", "World");printf("Hello %s!", "World");%s in printf is replaced by the string argument provided, here "World".15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions