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 1825Write 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 1641Identify 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");}
1209
What are the types of array in c++?
Discuss the possibilities related to the termination of a program before entering the mainq method?
Can private class be inherited?
What are associate containers?
Explain data encapsulation?
What are dynamic type checking?
When should I use unitbuf flag?
How is c++ different from java?
Write about the stack unwinding?
What is searching? Explain linear and binary search.
What is an iterator?
What does #define mean in c++?
What are the benefits of c++?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Mention the ways in which parameterized can be invoked. Give an example of each.