Is there any difference between dlearations int* x and int
*x? If so tell me the difference?
Answer Posted / anu
i think there is no difference its correct, both are same
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is pure virtual function?
Show the declaration for a static member variable.
Describe new operator?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is atoi in c++?
How do you clear a map in c++?
What is virtual function? Explain with an example
Explain container class.
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Where and why do I have to put the "template" and "typename" keywords?
Do we have to use initialization list in spite of the assignment in constructors?
Why cstdlib is used in c++?
what is upcasting in C++?
Can you write a function similar to printf()?