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 1931Write 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 1742Identify 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");}
1261
What is a stl vector?
What is the default access level?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
what are the characteristics of Class Members in C++?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is atoi?
What is a c++ object?
When are exception objects created?
What is an object in c++?
What do stl stand for?
What is the advantage of c++ over c?
Is recursion allowed in inline functions?
What is double in c++?
what does the following statement mean? int (*a)[4]
What is object and class in oops?