Question: n unsigned char typed variable in C + + has 8 bits of storage. When a character is assigned to it , the variable has

n "unsigned char" typed variable in C++ has 8 bits of storage. When a character is assigned to it, the variable has the ASCII code of the character.
unsigned char a='?'';
unsigned char b;
char c;
unsigned char d='**';
a=a+14;
b =125-- $ ';
c=?'p'1';
d=d+D';
 n "unsigned char" typed variable in C++ has 8 bits of

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!