Flat 50% off on all training & certification courses. Limited time offer Explore courses

Use these filters to find papers

  Question
0

a. Explain call by value and call by reference parameter method with an example of each.

This question has 0 answers so far.
0

b. Explain what is the relationship between class, base class, derived class and protected members, with the help of examples.

This question has 0 answers so far.
0

a. What is inheritance? Discuss the different types of inheritance.

This question has 0 answers so far.
0

b. What are new and delete operator? Explain overloaded operator new and delete with example.

This question has 0 answers so far.
0

a. What is operator overloading? Write a C++ program to add two complex members by overloading the operator +.


This question has 0 answers so far.
0

b. Write a C++ program to define a class 'stack' including member function push and pop () and appropriate data members to perform the stack operation. 

This question has 0 answers so far.
0

a. With simple C++ program, using class, explain the term, object, private, public, constructor and destructor.

This question has 0 answers so far.
0

b. Explain the different throwing mechanism. Write a program to realize the expression and handle the exception R=

This question has 0 answers so far.
0

a. What is an exception handling? Name the different types of exception and explain the exception handling mechanism.

This question has 0 answers so far.
0

c. Write a program to find the maximum number in an array use max() function to implement.

This question has 0 answers so far.
0

b. What is an inline function? Explain with example.

This question has 0 answers so far.
0

a. Explain with example preprocessor directive available in C++.

This question has 0 answers so far.
0

c. With flowchart, explain i) For  ii) While. 

This question has 0 answers so far.
0

b. Explain the switch statement with syntax. Write a program in CH to find the roots of quadratic equation ax2 + bx+c- use switch.

This question has 0 answers so far.
0

a. Discuss the following with example:

ii) The Bitwise operator.

This question has 0 answers so far.
0

a. Discuss the following with example:

i) Unary operators;

This question has 0 answers so far.
0

c. Distinguish between L-value and R-value. Give example for each.



This question has 0 answers so far.
0

b. What are the difference between a reference and a pointer? Give advantages of pointer.




This question has 0 answers so far.
0

a. What is a literal constant? Explain with example.




This question has 0 answers so far.
0

c. Explain object-oriented design and object based design. Give example.



This question has 0 answers so far.
0

b. Explain dynamic memory allocation. What is the difference between static and dynamic memory allocation.


This question has 0 answers so far.