Answer Posted / jack
using const keyword with the variable.....
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the uses of c++ in the real world?
Can we use pointers in c++?
Write my own zero-argument manipulator that should work same as hex?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What is microsoft c++ redistributable 2013?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Why was c++ created?
What is the auto keyword good for in c++?
Write about all the implicit member functions of a class?
What is the best free c++ compiler for windows?
Difference between a copy constructor and an assignment operator.
Write some differences between an external iterator and an internal iterator?
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?
What is do..while loops structure?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].