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


Please Help Members By Posting Answers For Below Questions

What is atoi?

631


What is class invariant in c++?

840


What does asterisk mean in c++?

671


what are the iterator and generic algorithms.

1556


What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack

671






What is static in c++?

688


Define upcasting.

681


What is a down cast?

686


What is static class data?

656


Why do we need templates?

637


Explain virtual destructor?

796


Which bit wise operator is suitable for putting on a particular bit in a number?

810


What is null pointer and void pointer?

710


What is c++ hiding?

723


What is a forward referencing and when should it be used?

671