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

Answers were Sorted based on User's Feedback



what is disadvantage of pointer in C..

Answer / patel arbaz

The value of pointer can be changed at any given time using
call by reference
and the answer may get wrong....

Is This Answer Correct ?    0 Yes 0 No

what is disadvantage of pointer in C..

Answer / adesh

as per Security point of view pointer is not safe. A lot of
threads are exist like buffer overflow problems.

Is This Answer Correct ?    7 Yes 8 No

what is disadvantage of pointer in C..

Answer / vipin gupta

We can access restricted memory area.
Ex. const. int x;
x=10;
int *p;
p=&x;
*p=20;

variable declared as Constant cann't be changed but by using pointers we can do so.

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More C Interview Questions

What is the difference between if else and switchstatement

0 Answers  


When the macros gets expanded?

0 Answers  


What are the application of void data type in c?

0 Answers  


What are volatile variables?

1 Answers   Mind Tree,


What is string constants?

0 Answers  


Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 Answers   TCS,


What is zero based addressing?

0 Answers  


Describe the header file and its usage in c programming?

0 Answers  


what is the difference between const volatile int i & volatile const int j;

2 Answers   HCL,


Explain setjmp()?

0 Answers  


What does p mean in physics?

0 Answers  


What are different types of operators?

0 Answers  


Categories