Is there any difference between dlearations int* x and int
*x? If so tell me the difference?
Answer Posted / subha
can anyone prove me it threough an example
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are single and multiple inheritances in c++?
What is the real purpose of class – to export data?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Is eclipse good for c++?
What is the difference between cin.read() and cin.getline()?
What are advantages of c++?
What is the difference between new() and malloc()?
What is a null object in c++?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What is the purpose of the "delete" operator?
Write a function that swaps the values of two integers, using int* as the argument type?
What is a unnitialised pointer?
Explain linked list using c++ with an example?
Do you know the use of vtable?
What is the difference between containment and delegation?