what is disadvantage of pointer in C
Answer Posted / myluvdeepu
i think that security is main concern with the pointers.
because we can access any memory location with this.
every address is accessible with the pointers.
| Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
Explain how can I read and write comma-delimited text?
What is array within structure?
What is the data segment that is followed by c?
How does normalization of huge pointer works?
How are strings stored in c?
Write a code on reverse string and its complexity.
What is data structure in c language?
What is the difference between abs() and fabs() functions?
Why void main is used in c?
What is header file in c?
What are the advantages and disadvantages of c language?
What is chain pointer in c?
What does sizeof int return?
write a program to create a sparse matrix using dynamic memory allocation.
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above