what is disadvantage of pointer in C
Answer Posted / ravi kira
one of the main disadvantage is we can access data out of
limits and another one is if any mistake done in freeing the
memory using pointers the entire system will crash
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is the use of sizeof?
What is anagram in c?
How are 16- and 32-bit numbers stored?
What is sizeof array in c?
What is a static variable in c?
Write a program to print factorial of given number without using recursion?
List a few unconditional control statement in c.
Hai what is the different types of versions and their differences
Explain how can you avoid including a header more than once?
Why is it important to memset a variable, immediately after allocating memory to it ?
how do you execute a c program in unix.
How can my program discover the complete pathname to the executable from which it was invoked?
Whats s or c mean?
Describe wild pointers in c?
What is enumerated data type in c?