Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.
1 1487Write 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 1341Identify 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");}
1058
What is overloading and its types?
How does list r; differs from list r();?
Can we use pointers in c++?
Is it possible to write a c++ template to check for a function's existence?
What operators can you overload in c++?
what is C++ exceptional handling?
What does stl mean in slang?
Explain deep copy?
Is enum a class?
What is the most common mistake on c++ and oo projects?
What are the manipulators in c++?
What parameter does the constructor to an ofstream object take?
What is a Default constructor?
What is a buffer c++?
how to access grid view row?