What is iterator c++?
Differentiate between C and C++.
What is meant by entry controlled loop?
What would happen on forgetting [], while deallocating an array through new?
How does java differ from c and c++?
What is the difference between the functions rand(), random(), srand() and randomize()?
Differences between private, protected and public and give examples.
What is c++ 11 and c++ 14?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
Mention the ways in which parameterized can be invoked. Give an example of each.
What is the difference between function overloading and operator overloading?
What is the use of setprecision in c++?
What is the difference between public and private data members?
How do you remove an element from a set in c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}