Discussion :: Control Instructions
-
If scanf() is used to store a value in a char variable then along with the value a carriage return(\r) also gets stored it.
Answer : Option B
Explanation :
No, the carriage return tells the compiler to read the input from the buffer after ENTER key is pressed.
Be The First To Comment