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 the advantage of using register variables?
What are c++ templates used for?
What do you understand by a pure virtual member function?
How many different levels of pointers are there?
Where do I find the current c or c++ standard documents?
Which one is a preferred language C or C++? Why?
Which is best c++ or java?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is c++ and its uses?
What are c++ data types?
What is std :: endl?
What is the difference between while and do while loop? Explain with examples.
Does c++ support exception handling?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Explain the use of vtable.