What is new in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What do manipulators do?
Explain the virtual inheritance in c++.
why can't we declare data member of class auto register or extern
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Should a constructor be public or private?
What is object slicing and how can we prevent it?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What are structures and unions?
what is meaning of isa and hsa
Why null pointer is used?