Is there any difference between dlearations int* x and int
*x? If so tell me the difference?
Answer Posted / ramesh
ya...it is compiler dependent...it is good pracicce to give as
int *x;
| Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
What is the best c++ compiler for windows 10?
What are the unique features of C++.
Explain virtual class?
Can we define function inside main in c++?
Search for: what is pair in c++?
What is the latest c++ version?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What is c++ try block?
Do we have to use initialization list in spite of the assignment in constructors?
Is the declaration of a class its interface or its implementation?
What is a base class?
What flag means?
How do you traverse a btree in backward in-order?
Is eclipse good for c++?
Write a recursive program to calculate factorial in c++.