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 size of structure in c?
Why is not a pointer null after calling free?
Why is sprintf unsafe?
What math functions are available for integers? For floating point?
What is meant by high-order and low-order bytes?
What is data structure in c and its types?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Explain the use of function toupper() with and example code?
What is the use of getchar() function?
Can you write the function prototype, definition and mention the other requirements.
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is extern storage class in c?
What is function in c with example?
In a byte, what is the maximum decimal number that you can accommodate?