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
Explain what is the benefit of using an enum rather than a #define constant?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
How can type-insensitive macros be created?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Which is best linux os?
What is 02d in c?
By using C language input a date into it and if it is right?
What is difference between structure and union?
Hai what is the different types of versions and their differences
What is a rvalue?
What is the use of getchar() function?
Is the exit() function same as the return statement? Explain.
what are non standard function in c
How would you obtain the current time and difference between two times?
What does %c mean in c?