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 the outcome of cout< a) 16 b) 17 c) 16.5
What is c++ hiding?
What is a tuple c++?
What is the difference between interpreters and compilers?
How can we read/write Structures from/to data files?
What do you mean by persistent and non persistent objects?
What is an operator in c++?
What do you know about near, far and huge pointer?
What is fflush c++?
What are destructors?
How does code-bloating occur in c++?
What is friend class in c++ with example?
What's the "software peter principleā?
Difference between pass by value and pass by reference?
What is a container class? What are the types of container classes in c++?