Is there any difference between dlearations int* x and int
*x? If so tell me the difference?
Answer Posted / praveen verma
I think there is no difference.
There is no difference between int *x and int* x;
Also there is no agreement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism in c++? Explain with an example?
What are arrays c++?
Will the following program execute?
What is std :: endl?
Define 'std'.
What is class invariant in c++?
Incase of a function declaration, what is extern means?
Explain how a pointer to function can be declared in C++?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What is set in c++?
Why cout is used in c++?
What do you mean by overhead in c++?
Which one is better- macro or function?
Are vectors passed by reference c++?
what you know about c++?