Is there any difference between dlearations int* x and int
*x? If so tell me the difference?
Answer Posted / sriram
yes. there is a difference.
Exactly to say, the second form is the integer pointer, but
the first form will produce an run time error.
| Is This Answer Correct ? | 0 Yes | 36 No |
Post New Answer View All Answers
which operator is used for performing an exponential operation a) > b) ^ c) none
What are the various compound assignment operators in c++?
Are php strings immutable?
What is c strings syntax?
What is virtual base class?
What does the linker do?
What is #include sstream?
Explain linear search.
How do I run a program in notepad ++?
What is meant by a delegate?
How can you quickly find the number of elements stored in a dynamic array?
Why is c++ awesome?
What is the difference between while and do while loop?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
How would you differentiate between a pre and post increment operators while overloading?