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
Is linux written in c or c++?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Can I learn c++ without knowing c?
Explain function overloading and operator overloading.
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
Difference between a copy constructor and an assignment operator.
What are advantages of using friend classes?
What is the latest c++ version?
Why is c++ so fast?
What is ios class in c++?
When do you call copy constructors?
If a function doesn’t return a value, how do you declare the function?
Explain function overloading
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
what is a class? Explain with an example.