Senin, 21 November 2016

Advantages of using pointers in C programming

Advantages of Pointers Pointers are used frequently in C, as they offer a number of benefits to the programmers. They include the following: Pointers are more efficient in handling arrays and data tables. Pointers can be used to return multiple values from a function via function arguments. Pointers allow passing a function as argument to other functions. The use of pointer arrays to character strings results in saving of data storage space in memory. Pointers allow C to support dynamic memory management. Pointers provide an efficient way for manipulating dynamic data structures such as structures, linked lists, queues, stacks and

The post Advantages of using pointers in C programming appeared first on Coding Security.


Advantages of using pointers in C programming
read more

Tidak ada komentar:

Posting Komentar