What are the types of pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is the advantage of c++ over c?
Can you please explain the difference between static and dynamic binding of functions?
Why is c++ considered difficult?
What is the main use of c++?
What is pair in c++?
Explain public, protected, private in c++?
What happens when a function throws an exception that was not specified by an exception specification for this function?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
Explain virtual class?
How would you use the functions sin(), pow(), sqrt()?
What is DlgProc?
What does n mean in c++?