STL (140)
OOPS (873)
C++ General (2409) Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.
1 1821Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70
1 1636Identify the error in the following program.
include
Identify the errors in the following program.
#include
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
1208
What is class and object with example?
What is do..while loops structure?
What is a function in oop?
Why multiple inheritance is not possible?
Explain virtual class and friend class.
What it is and how it might be called (2 methods).
Describe the advantages of operator overloading?
What is the use of oops?
Differentiate between late binding and early binding. What are the advantages of early binding?
What is the advantage of c++ over c?
What do nonglobal variables default to a) auto b) register c) static
How const int *ourpointer differs from int const *ourpointer?
Write a program that can take input from 3 to 8 and calculate the average?
How the virtual functions maintain the call up?
Who created c++?