what is disadvantage of pointer in C
Answer Posted / adesh
as per Security point of view pointer is not safe. A lot of
threads are exist like buffer overflow problems.
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
How can I invoke another program or command and trap its output?
What is queue in c?
What does a pointer variable always consist of?
How are variables declared in c?
What is advantage of pointer in c?
What is a dynamic array in c?
Explain what is the benefit of using const for declaring constants?
How are structure passing and returning implemented?
what is the format specifier for printing a pointer value?
What are the different types of linkage exist in c?
For what purpose null pointer used?
how can I convert a string to a number?
Is using exit() the same as using return?
What's a good way to check for "close enough" floating-point equality?
What is hashing in c language?