actually need of pointer in c?
Answers
Answered by
0
Explanation:
The reason is that pointers are used to bodge into C some vital features which are missing from the original language: arrays, strings, & writeable function parameters. They can also be used to optimize a program to run faster or use less memory that it would otherwise
Similar questions