what is disadvantage of pointer in C
Answer Posted / ravi joshi
Pointers is a wonderful concept if used carefully and in a
fully understood manner. Only drawback with pointers is
using multiple levels of dereferencing which leads to
confusion and most of the time data corruption and program
crash. Most dangerous thing with pointers I have experienced
is typecasting !!!
| Is This Answer Correct ? | 36 Yes | 8 No |
Post New Answer View All Answers
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
How does #define work?
write a c program for swapping two strings using pointer
What is the purpose of realloc()?
Write the syntax and purpose of a switch statement in C.
Explain c preprocessor?
When is a “switch” statement preferable over an “if” statement?
Can a pointer point to null?
What is the difference between malloc() and calloc() function in c language?
What is the explanation for the dangling pointer in c?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Why shouldn’t I start variable names with underscores?
What is scanf () in c?
Where does the name "C" come from, anyway?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.