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 are advantages of using friend classes?
What do the keywords volatile and mean mutable?
What is c++ array?
What is math h in c++?
What are dynamic type checking?
What are guid? Why does com need guids?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
give me an example for testing a program showing the test path .show how the test is important and complex.
What is near, far and huge pointers? How many bytes are occupied by them?
Explain the auto storage classes in c++.
What is the difference between strcpy() and strncpy()?
Implement stack operations with pointers with appropriate exception checks.
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is the difference between structures and unions?
Keyword mean in declaration?