Answer:
A variable declaration is a name given to a memory location. It is the basic unit of storage in a program.
Answer:
To be honest why would you want to enter one character. Anyways the answer is option 4
Istream& operator>> (istream& input, Example& example)
{
// Extract your data from input stream here
return input;
}