Among the statements based on C language, pick the correct statement.
1
‘printf’ keyword can able to print a multi-word string.
2
‘puts’ keyword can able to print a multi-word string.
3
‘gets’ keyword can able to accept a multi-word string from the console or command prompt.
4
All of them
5
None of the above