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

what is disadvantage of pointer in C

Answer Posted / yogesh rajoriya

normally pointer workes with address and if we can find the
address of any locatiion of hardware any one can easly
currpt the data that is the bigest problem with pointer but
still the os is written in c language that is not understand
by me

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What math functions are available for integers? For floating point?

1187


What is character constants?

1233


Where are local variables stored in c?

1098


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

2013


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2855


Do you know the difference between exit() and _exit() function in c?

1113


Explain the difference between malloc() and calloc() in c?

1104


Explain how do you determine whether to use a stream function or a low-level function?

1136


Differentiate between full, complete & perfect binary trees.

1173


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

1207


What are the 5 types of inheritance in c ++?

1074


What are different types of variables in c?

1130


What is the concatenation operator?

1213


What is the purpose of realloc()?

1201


What is difference between Structure and Unions?

1313