+ 2
What will be the output of the following code?
4 Antworten
+ 3
It will basically print out the character you type in.
+ 4
Error or null,
As you have used %s which is string specifier and you are printing a character.
+ 3
//Here is a lesson that's help you with perfect output
https://www.sololearn.com/learn/C/2914/
0
method “gets” reads your input. But it is strange that you have %s in printf, it should be %c for char