What is the extension of c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between public, private, protected inheritance?
When should you use multiple inheritance?
What is the use of volatile keyword in c++? Give an example.
Is c++ a low level language?
What is size of a empty class?
7 Answers Microsoft, Tata Elxsi, Wipro,
Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
What are register variables?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is the role of static keyword for a class member variable?
What are vtable and vptr?
What are the four main data types?
How can we read/write Structures from/to data files?