What is the limitation of cin while taking input for character array?
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; }
Describe about storage allocation and scope of global, extern, static, local and register variables?
What is vector string in c++?
Why c++ is faster than java?
How can you specify a class in C++?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is virtual base class?
How many types of modularization are there in c++?
which operator is used for performing an exponential operation a) > b) ^ c) none
Explain bubble sorting.
You run a shell on unix system. How would you tell which shell are you running?
Why is main an int?