What is the maximum value of a unsigned char

a) 255

b) 256

c) 128



What is the maximum value of a unsigned char a) 255 b) 256 c) 128..

Answer / Prem Prakash Kumar

255

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is a container class? What are the types of container classes?

1 Answers  


What is the role of static keyword for a class member variable?

1 Answers  


Write a C++ Program to Generate Random Numbers between 0 and 100

1 Answers  


Which algorithm do you like the most? Why?

2 Answers   Google,


What is meant by reference variable in C++?

1 Answers  


What is private, public and protected inheritance?

1 Answers  


Explain the ISA and HASA class relationships. How would you implement each in a class design?

3 Answers  


Difference between pointer to constant vs. Pointer constant

1 Answers  


What are mutator methods in c++?

1 Answers  


Is there anything you can do in C++ that you cannot do in C?

1 Answers  


Explain the term memory alignment?

1 Answers  


What are the rules about using an underscore in a c++ identifier?

1 Answers  


Categories