What is the maximum value of a unsigned char

a) 255

b) 256

c) 128


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Is c++ a low level language?

0 Answers  


What is std :: endl?

0 Answers  


Write is a binary search tree? Write an algo and tell complexity?

0 Answers   Axtria,


Differences between private, protected and public and give examples.

0 Answers  


Can you write a function similar to printf()?

0 Answers  






What is the Diffrence between a "assignment operator" and a "copy constructor"?

3 Answers   Wipro,


What things would you remember while making an interface?

0 Answers  


What are special characters c++?

0 Answers  


What is a terminating character in c++?

0 Answers  


Write a program to show polymorphism in C++?

0 Answers   Impetus, Verifone,


Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??

2 Answers  


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

0 Answers  


Categories