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
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is the difference between constant pointer and constant variable?
What is the use of header files?
Tell us something about keyword 'auto'.
Write a program to print all permutations of a given string.
What is sorting in c plus plus?
Is that possible to add pointers to each other?
What is sizeof array in c?
Is there a way to switch on strings?
Why calloc is better than malloc?
What does the error message "DGROUP exceeds 64K" mean?
Explain function?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
How can a process change an environment variable in its caller?
How many types of operators are there in c?