Answer Posted / nipa
using pointer some facility is there
1.. we reduce length and complexity of a program
2.. increase speed of execution of program
3.. it can capable to handling data table
4.. to access variable which is defined outside the function
5 .. handle character string
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is c programming structure?
Why we use conio h in c?
Who invented bcpl language?
How will you delete a node in DLL?
Is it possible to have a function as a parameter in another function?
Explain pointer. What are function pointers in C?
Explain why can’t constant values be used to define an array’s initial size?
Why do we write return 0 in c?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is pass by reference in functions?
Where are the auto variables stored?
Why can’t we compare structures?
Why is not a pointer null after calling free?
Here is a neat trick for checking whether two strings are equal
How can I read and write comma-delimited text?