Answer Posted / ankit katira
Bjarne Stroustrup in 1979
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is srand c++?
What are associate containers?
Can we use pointers in c++?
What is difference between c++ 11 and c++ 14?
What is meant by const_cast?
What is the best c++ book?
What are shallow and deep copies?
Who made c++?
What is a manipulator in c++?
What do c++ programmers do?
What is the use of dot in c++?
What is the benefit of encapsulation?
When there is a global variable and local variable with the same name, how will you access the global variable?
Can you Mention some Application of C/C++?
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?