Answer Posted / surender a
Because the fundamental size is a char [viz 1 byte by
default on any 32 bit or 64 bit machine].
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
Why do we use templates?
Do you need a main function in c++?
Is c++ a good first language to learn?
Why is c++ called oops?
What is wrapper class in c++?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Differentiate between an external iterator and an internal iterator?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is a friend function in c++?
Why do we need constructors in c++?
What is the role of copy constructor in copying of thrown objects?
What do the keywords volatile and mean mutable?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is double in c++?
What is pure virtual function?