Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Create String Comparison, String Concatenation and String Length functions using pointers.
Write down the difference between macros and functions?
Write a C++ program to implement the concept of conditional operator. What do you mean by container class? Describe.
What do you mean by static function and friend function? Write C++ program to implement concept of static and friend function.
What do you mean by dynamic memory allocation? What do you mean by late binding?
Write a menu driven program that works as follows:- If character A or a is pressed, then it must run a program to determine factorial of a positive number. Describe with the help of program constructo
What do you mean by run time polymorphism? What do you mean by nesting of classes? How is it achieved?
Write the interactive program for manipulating "Time" class. Support member functions for adding time members of two objects.
Write down the difference between "is-a" and "has-a" relationship?
What do you mean by macros? Write a program to determine the minimum of two numbers using macros?
Write down the difference between abstraction and datahiding? Explain why are classes called Abstract Data Types?
Write a program to determine the roots of quadratic equation.
What is header file? Explain its purpose in C++. What do you mean by pure virtual function? Describe.
What do you mean by manipulator? Describe various manipulators available in C++ by taking appropriate examples. What do you mean by self referential structure? Write and describe C++ program to suppor
Illustrate out the three (3) different types of linked list with the aid of diagrams.
Provide two instances of the use of queues in real world. What do you mean by the term Priority queue?
State all three (3) advantages of using recursive functions. Illustrate the employ of functions in C++ programs.
Explain the syntax for defining the composition of a structure. Describe the difference between declaring a structure and defining a structure variable.
Loops let program statements to be repeated either using counter controlled or sentinel controlled. Illustrate these two terms.
Write down two file opening modes in C. Write down the example of enumerated data type in C.
Distinguish between control statements: if-else and conditional operators with the help of suitable example.
Write a program in C which makes use of while loop to allow a user to input real numbers and compute and output the sum of these numbers. The loop ends when the negative number is entered.
With the help of suitable examples describe the following terms: Variable; Array; Pointer.
Describe the various storage classes available in C. Write a program to determine the factorial of a number using recursion.
How do you create multidimensional arrays in C? Write a program to multiply two matrices and print the result.