Answer Posted / saranya
by compiling (alt+f9) and
by executing(ctrl+f9)
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What do you mean by ‘void’ return type?
What language does google use?
Explain the static storage classes in c++.
What is the difference between an external iterator and an internal iterator?
Can java be faster than c++?
What is the difference between global variables and static varables?
What is java and c++?
Why is the function main() special?
Does improper inheritance have a potential to wreck a project?
What are friend classes?
Using a smart pointer can we iterate through a container?
What operator is used to access a struct through a pointer a) >> b) -> 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?
What is the precedence when there is a global variable and a local variable in the program with the same name?
Why do we need pointers?