Answer Posted / manju
class is a collection of data members and member functions
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
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 are abstract data types in c++?
what is pre-processor in C++?
How much do coding jobs pay?
What are c++ templates used for?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Can union be self referenced?
What do you mean by ‘void’ return type?
What are the 3 levels of programming languages?
Can a built-in function be recursive?
What does catch(…) mean?
Explain rtti.
What is rvalue?
What are punctuators in c++?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL