What is the difference between *p++ and (*p)++ ?
No Answer is Posted For this Question
Be the First to Post Answer
What is a constant? Explain with an example.
What is the difference between "overloading" and "overridding"?
In a function declaration what does extern means?
Write a note about the virtual member function?
What are the uses of c++ in the real world?
How are the features of c++ different from c?
How does list r; differs from list r();?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
throw Can constructors exceptions?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
Explain terminate() function?
Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program