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 1912Write 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 1726Identify 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");}
1259
What is the use of main function in c++?
What are pass by value and pass by reference?what is the disadvantage of pass by value?
What data encapsulation is in c++?
What are the advantages of c++ over c?
Write about c++ storage classes?
what is c++
What is a c++ object?
What is the function to call to turn an ascii string into a long?
What are the new features that iso/ansi c++ has added to original c++ specifications?
Define token in c++.
What are put and get pointers?
Explain the difference between c++ and java.
What is the difference between the compiler and the preprocessor?
What is a storage class?
What are two types of polymorphism?