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
What do you mean by abstraction in C++?
Does c++ support multilevel and multiple inheritances?
What do you mean by a template?
What is null pointer and void pointer and what is their use?
What is const pointer and const reference?
Can you please explain the difference between static and dynamic binding of functions?
What are the advantages of using friend classes?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What are the different types of comments allowed in c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }
difference between the c++ and c languages