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
Can I learn c++ without learning c?
What is the best free c++ compiler for windows?
What is a syntax in c++?
Explain the uses of static class data?
You run a shell on unix system. How would you tell which shell are you running?
How is new() different from malloc()?
What is c++ 11 and c++ 14?
What is array give example?
What is c++ array?
What is the role of C++ shorthand's?
Does there exist any other function which can be used to convert an integer or a float to a string?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Can you please explain the difference between overloading and overriding?
How much do c++ programmers make?
What is a container class?