Is c++ double?
No Answer is Posted For this Question
Be the First to Post Answer
What is heap sort in c++?
Why c++ is created?
what are difference between c and c++?
What is the difference between Char a[ ]=”string” and char *a=”String”
Is there finally in 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?
In a class only declaration of the function is there but defintion is not there then what is that function?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What are inline functions?
Can a function take variable length arguments, if yes, how?
How can you link a c program with a c function?
What is optimization in c++? when using volatile.optimization is not possible..what does this mean?