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
What is the use of register keyword with the variables?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What is the difference between a declaration and a definition?
Is c++ built on c?
What is set in c++?
What do you mean by translation unit in c++?
Which software is best for coding?
Ask to write virtual base class code?
Difference between Abstraction and encapsulation in C++?
What is else if syntax?
What is c++ try block?
what are the decision making statements in C++? Explain if statement with an example?
Write a function to find the nth item from the end of a linked list in a single pass.
Do you need a main function in c++?
What are structures and unions?