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 1838Write 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 1647Identify 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");}
1217
What is switch case in c++ syntax?
What is the output of the following program? Why?
Find the Factorial of a number using a program.
What is virtual methods?
Do inline functions improve performance?
Define macro.
What is encapsulation and abstraction? How are they implemented in C++?
What are pointer-to-members? Explain.
What are guid?
What is the difference between passing by reference and passing a reference?
Difference between Call by pointer and by reference.
What is function prototyping?
What is the main purpose of overloading operators?
Write about a nested class and mention its use?
What are the data types in oop?