HI,


The following code(with missing parts), prints the letter p on the screen. Without assigning the letter p to the variable x, fill in the missing parts:


char s='M';
char x= ;


cout<<x<<endl;