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;
This is a discussion on pointers within the C++ Programming forums, part of the General Programming Boards category; HI, The following code(with missing parts), prints the letter p on the screen. Without assigning the letter p to the ...
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;
i am only answering this because i am bored
Code:char x = static_cast<char>(112);
nextus, the samurai warrior
*posts a sign*
"Don't feed the Students"
__ &n bsp; ___ & nbsp; &nb sp;   ;
/\ \ __ &nbs p; /\_ \   ; & nbsp;
\_\ \/\_\ ____ _ __\//\ \ __ __&n bsp; __
/'_` \/\ \/\_ ,`\ / __`\\ \ \ /\ \/\ \ /'__`\
/\ \_\ \ \ \/_/ /_/\ \_\ \\_\ \_\ \ \_/ |/\ __/
\ \___,_\ \_\/\____\ \____//\____\\ \___/ \ \____\
\/__,_ /\/_/\/____/\/___/ \/____/ \/__/ \/____/
&n bsp; I have a BAD figlet& nbsp;addiction.
char x= ('o' + 1);
![]()
MagosX.com
Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime.