Advertisements
Advertisements
Write about Binary operators used in C++.
Concept: undefined >> undefined
Write a short note on the const keyword with an example.
Concept: undefined >> undefined
Advertisements
Consider the following C++ statement. Are they equivalent?
char ch = 67;
char ch = ‘C’;
Concept: undefined >> undefined
What is the difference between 56L and 56?
Concept: undefined >> undefined
Determine which of the following are valid constant? And specify their type.
0.5
Concept: undefined >> undefined
Determine which of the following are valid constant? And specify their type.
‘Name’
Concept: undefined >> undefined
Determine which of the following are valid constant? And specify their type.
‘\t’
Concept: undefined >> undefined
Determine which of the following are valid constant? And specify their type.
27,822
Concept: undefined >> undefined
What are arithmetic operators in C++? Differentiate unary and binary arithmetic operators. Give example for each of them.
Concept: undefined >> undefined
How relational operators and logical operators are related to one another?
Concept: undefined >> undefined
The mechanism by which the data and functions are bound together into a single unit is known as ______
Concept: undefined >> undefined
Insulation of the data from direct access by the program is called as ______
Concept: undefined >> undefined
Which of the following concept encapsulate all the essential properties of the object that are to be created?
Concept: undefined >> undefined
Which of the following is the most important advantage of inheritance?
Concept: undefined >> undefined
“Write once and use it multiple time” can be achieved by ______
Concept: undefined >> undefined
What is polymorphism?
Concept: undefined >> undefined
How are encapsulation and abstraction are interrelated?
Concept: undefined >> undefined
What is a paradigm? Mention the different types of paradigm.
Concept: undefined >> undefined
What do you mean by modularization and software reuse?
Concept: undefined >> undefined
Define information hiding.
Concept: undefined >> undefined
