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 1933Write 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 1746Identify 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
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Who created c++?
What is malloc in c++?
What are the four main data types?
What does the linker do?
Explain rtti.
How is stl different from c++ standard library?
Describe new operator?
write a program to find 2^n+1 ?
Where Malloc(), Calloc(), and realloc() does get memory?
What size is allocated to the union variable?
What is the output of the following program? Why?
what type of question are asked in thoughtworks pair programming round ?
Explain why C++ is not purely Object Oriented Language
What is #include iostream in c++?