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
What are the keywords in c?
What are the different types of control structures?
please send me the code for multiplying sparse matrix using c
in iso what are the common technological language?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is array of structure in c?
What is the process of writing the null pointer?
What is the use of putchar function?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What does void main return?
What is c language & why it is used?
Describe explain how arrays can be passed to a user defined function
all c language question
How many keywords (reserve words) are in c?
Where local variables are stored in c?