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 2019Write 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 1837Identify 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");}
1330
What is an adjust field format flag?
Write a program to find the Fibonacci series recursively.
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What do nonglobal variables default to a) auto b) register c) static
Can we sort map in c++?
Which compiler does turbo c++ use?
totoo po ba ang manga aliens!
What is c++ mutable?
Can an interface inherit a class?
Can I learn c++ without c?
What do you mean by enumerated data type?
What is c++ flowchart?
How do c++ struct differs from the c++ class?
What does it mean when someone says I oop?
Which is not a valid keyword a) public b) protected c) guarded