Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Is there any difference between dlearations int* x and int
*x? If so tell me the difference?

Answer Posted / sandy

NO difference

Case 1:
int* x,y,z;

and

Case2:
int *x,y,z;

these two cases are also exactly same.

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When is the destructor called?

1085


What is the outcome of cout< a) 16 b) 17 c) 16.5

1068


What is std :: flush?

1132


What is a base class?

1177


What gives the current position of the put pointer?

1043


What does the linker do?

1085


What's the order in which the local objects are destructed?

1309


What is a string example?

1147


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

1020


Why do we use templates?

1111


Can we specify variable field width in a scanf() format string? If possible how?

1353


What is constructor c++?

1156


What is the use of lambda in c++?

1080


How many types of scopes are there in c++?

1168


Can create new c++ operators?

1066