Is there any difference between dlearations int* x and int
*x? If so tell me the difference?
Answer Posted / anu
i think there is no difference its correct, both are same
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What do you mean by enumerated data type?
What do you mean by stack unwinding in c++?
Can a new be used in place of old mallocq? If yes, why?
What is the difference between delegation and implemented-in-terms-of?
Why struct is used in c++?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
How the endl and setw manipulator works?
What does n mean in c++?
What is struct c++?
What are signs of manipulation?
What does new do in c++?
What are the 2 main types of data structures?
What is the difference between passing by reference and passing a reference?
Write a program to add three numbers in C++ utilizing classes.
What is a driver program?