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
Explain the extern storage classes in c++.
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What is a c++ vector?
You want to link a c++ program to c functions. How would you do it?
What is the use of main function in c++?
Is string an object in c++?
What is type of 'this' pointer? Explain when it is get created?
What is c++ array?
How does c++ sort work?
Define the process of error-handling in case of constructor failure?
Why can’t you call invariants() as the first line of your constructor?
Explain the static member function.
What new()is different from malloc()?
What relational operators if statements in c++?
What do you mean by persistent and non persistent objects?