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
Are strings mutable in c++?
What is c++ stringstream?
Differences between private, protected and public and give examples.
Can I learn c++ in a week?
Explain the purpose of the keyword volatile.
Which one is better- macro or function?
What is a stack? How it can be implemented?
Explain what is oop?
How one would use switch in a program?
What is the difference between a declaration and a definition?
What is the use of class in c++?
How does list r; differs from list r();?
Why do we use classes in programming?
program explaining feautures of c++
What is a v-table?