Computer Science, asked by sp901163, 1 year ago

actually need of pointer in c?​

Answers

Answered by mishra2tiktoklover
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