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
Is C++ case sensitive a) False b) Depends on implementation c) True
How do I use turbo c++?
What is c++ hiding?
Is c++ double?
How can you quickly find the number of elements stored in a static array?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What are the advantages of using friend classes?
Explain what are the sizes and ranges of the basic c++ data types?
Do the parentheses after the type name make a difference with new?
Explain the pure virtual functions?
What is the use of namespace std in C++?
How important is c++?
How long does it take to get good at leetcode?
What is constructor and destructor in c++?