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
Is c++ a low level language?
What is std :: endl?
Write is a binary search tree? Write an algo and tell complexity?
Differences between private, protected and public and give examples.
Can you write a function similar to printf()?
What is the Diffrence between a "assignment operator" and a "copy constructor"?
What things would you remember while making an interface?
What are special characters c++?
What is a terminating character in c++?
Write a program to show polymorphism in C++?
Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement