What do you mean by ‘void’ return type?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between new and malloc?
Why do we use pointers 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?
Write a program to get the value of sin (x) using a library function , when x is given in degrees.
What is a modifier in c++?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
Explain the pure virtual functions?
Write a Program for find and replace a character in a string.
Do inline functions improve performance?
What is abstract keyword in c++?
What do you mean by late binding?