a char variable named c has been declared. write a statement that reads the next character from the keyboard (standard input) and stores it in c, regardless of whether it is a whitespace character.



Answer :

Other Questions