Specify some guidelines that should be followed while overloading operators?
program explaining feautures of c++
What are the basic data types used in c++?
What is time h in c++?
Explain queue. How it can be implemented?
Write about the scope resolution operator?
What are different types of polymorphism supported by C++
Mention the ways in which parameterized can be invoked.
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Explain about profiling?
how to find the maximum of 10 numbers ?
How many types of comments are there in c++?
Why are arrays usually processed with for loop?