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...

wt is diference between int and int pointer as same as
float and float pointer and char and char pointer

Answer Posted / khajasirajuddin shaik

int is datatype which specifies integer type of data,where as int pointer specifies the address of an integer type variable

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1449


What is a char in c?

930


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1333


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2261


What is table lookup in c?

1033


Why is c fast?

1009


What is difference between union and structure in c?

1069


If the size of int data type is two bytes, what is the range of signed int data type?

974


Is c language still used?

932


What is maximum size of array in c?

990


What is const keyword in c?

1121


Why does everyone say not to use gets?

1026


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

1104


can we implement multi-threads in c.

1086


Tell me with an example the self-referential structure?

940