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 1941Write 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 1748Identify 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");}
1264
what are the events occur in intr activated on interrupt vector table
What is the disadvantage of using a macro?
Why do we use class in oops?
Why multiple inheritance is not allowed?
Find the Factorial of a number using a program.
What is encapsulation process?
What is a stl vector?
What is endianness?
What is virtual base class?
Differentiate between an external iterator and an internal iterator?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What are the differences between new and malloc?
What is c++ library?
Explain queue. How it can be implemented?
How would you use the functions randomize() and random()?