Is there any difference between dlearations int* x and int
*x? If so tell me the difference?
Answer Posted / praveen verma
I think there is no difference.
There is no difference between int *x and int* x;
Also there is no agreement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is isdigit c++?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What is singleton pattern in c++?
Write a Program to find the largest of 4 no using macros.
Why is c++ difficult?
Can I learn c++ without learning c?
How to declare a function pointer?
Tell me an example where stacks are useful?
What is the syntax for a for loop?
What is abstract class in c++?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is a list c++?
Why are arrays usually processed with for loop?
In a function declaration what does extern means?
What is the v-ptr?