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 / steve

I think there is no difference.
Also,

Case 1:
int* x,y,z;

and

Case2:
int *x,y,z;

these two cases are exactly same.
In both cases, y and z are not pointers. They are int.

Is This Answer Correct ?    32 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe delete operator?

1146


Write a program to find the Factorial of a number

1119


Define whitespace in C++.

1273


Do class method definitions?

1095


Which is better turbo c++ or dev c++?

1128


What is meant by const_cast?

1180


explain the reference variable in c++?

1134


How can a struct in c++ differs from a struct in c?

1088


Why do we need templates?

1050


What is heap sort in c++?

1135


What c++ is used for?

1149


Mention the storage classes in c++.

1129


Is it possible for a member function to use delete this?

1134


What is a virtual destructor? Explain the use of it?

1031


What do you mean by static variables?

1233