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 does 1f stand for?
Is it possible to pass an entire structure to functions?
What is array within structure?
ATM machine and railway reservation class/object diagram
What is void main () in c?
What is the meaning of ?
Explain what is the benefit of using an enum rather than a #define constant?
Simplify the program segment if X = B then C ← true else C ← false
What's the total generic pointer type?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What are all different types of pointers in c?
What is sorting in c plus plus?
What does the file stdio.h contain?
What is maximum size of array in c?
Write a program to generate random numbers in c?