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 1909Write 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 1723Identify 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 difference between reference and pointer?
why is iostream::eof inside a loop condition considered wrong?
What do you mean by const correctness?
Difference between struct and class in terms of access modifier.
What is for loop and its syntax?
What is encapsulation selenium?
List the merits and demerits of declaring a nested class in C++?
what is difference between class template and template class?
What are functions in oop?
What is extern c++?
Can a program run without main function?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
Can java be faster than c++?
What is static modifier?
Is empty stack c++?