Is there any difference between dlearations int* x and int
*x? If so tell me the difference?
Answer Posted / sivaraj
There is no difference i verified this with programming....
Do not confuse with other answers....
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is a far pointer? where we use it?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is the advantage of c++ over c?
Explain static and dynamic memory allocation with an example each.
What is fixed in c++?
What is the use of structure in c++?
When should overload new operator on a global basis or a class basis?
Is c++ used anymore?
Can I learn c++ in a week?
Describe exception handling concept with an example?
What is a set in c++?
Can we make copy constructor private in c++?
What is the difference between structures and unions?
What is the main purpose of overloading operators?
What is a responder chain?