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 guard code in c++?
what does the following statement mean? int (*a)[4]
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
What is a buffer c++?
How compile and run c++ program in turbo c++?
What does override mean in c++?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What is a terminating character in c++?
What is a unnitialised pointer?
What is the difference between ++ count and count ++?
What is pure virtual function? Or what is abstract class?
How to declare an array of pointers to integer?
What is data abstraction? How is it different from data encapsulation?
Difference between pass by value and pass by reference?
Differentiate between realloc() and free().