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 benefit of encapsulation?
Is it possible to get the source code back from binary file?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
List the special characteristics of constructor.
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Do you know what is overriding?
Explain what you mean by a pointer.
What is abstract keyword in c++?
What is class in c++ with example?
What is late binding c++?
What is a Default constructor?
Can we use struct in c++?
How do you define/declare constants in c++?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
Is overriding possible in c++?