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 how do you convert strings to numbers in c?
How can I pad a string to a known length?
What is the use of typedef in structure in c?
How do you list a file’s date and time?
Was 2000 a leap year?
What is calloc in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is restrict keyword in c?
Can you define which header file to include at compile time?
What is the auto keyword good for?
write a program to concatenation the string using switch case?
What is the significance of c program algorithms?
What is a built-in function in C?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Is c is a procedural language?