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 are the types of Member Functions?
Explain function overloading
How does code-bloating occur in c++?
Can you overload the operator+ for short integers?
What do you mean by early binding?
What is the difference between struct and class?
Why is c++ awesome?
What would happen on forgetting [], while deallocating an array through new?
Is it possible to use a new for the reallocation of pointers ?
Describe private, protected and public – the differences and give examples.
Comment on assignment operator in c++.
How important is c++?
What are the advantage of using register variables?
Describe delete operator?
How to access a variable of the structure?