What is using namespace std in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ a programming language?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is the limitation of cin while taking input for character array?
Explain deep copy?
What is an arraylist c++?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What are the differences between a struct and a class in C++?
Is c# written in c++?
Write about the various sections of the executable image?
What is "map" in STL?
How would you find out if a linked-list is a cycle or not?
How a modifier is similar to mutator?