Is there any difference between dlearations int* x and int
*x? If so tell me the difference?
Answer Posted / ramesh
ya...it is compiler dependent...it is good pracicce to give as
int *x;
Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
What is atoi?
What is class invariant in c++?
What does asterisk mean in c++?
what are the iterator and generic algorithms.
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What is static in c++?
Define upcasting.
What is a down cast?
What is static class data?
Why do we need templates?
Explain virtual destructor?
Which bit wise operator is suitable for putting on a particular bit in a number?
What is null pointer and void pointer?
What is c++ hiding?
What is a forward referencing and when should it be used?