Is there any difference between dlearations int* x and int
*x? If so tell me the difference?
Answer Posted / anu
i think there is no difference its correct, both are same
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Can a class be static in c++?
Write a program to find the reverse Fibonacci series starting from N.
Is c++ a low level language?
State the difference between delete and delete[].
What are the uses of c++ in the real world?
What's the best free c++ profiler for windows?
What are references in c++? What is a local reference?
Does a derived class inherit or doesn't inherit?
What is constructor in C++?
What are multiple inheritances (virtual inheritance)?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What are activex and ole?
In a function declaration, what does extern mean?
What is the v-ptr?