Wipro Interview Question

what is use of pointers ?

Interview Answer

Anonymous

Mar 14, 2022

uses of pointers 1.dynamic memory allocation: malloc()&calloc() functions. 2.array,functions,&structure: it reduces the code & improves the performance.