Is there any difference between dlearations int* x and int
*x? If so tell me the difference?
Answer Posted / kris
yeah no difference, only matters if we declare 2 or more
variables in the int* a,b,c kind of thing,
chai
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
What is the advantage of c++ over c?
What apps are written in c++?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Where is atoi defined?
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. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is a static member?
What is the difference between map and hashmap in c++?
How to implement is-a and has-a class relationships?
Can I learn c++ without learning c?
What is heap sort in c++?
How much do coding jobs pay?
What is a singleton class c++?
Describe Trees using C++ with an example.
What are the 4 types of library?
Difference between pointer to constant vs. Pointer constant