array with pointer

Pointer Arithmetic in C

Pointer Arithmetic in C In C pointer holds address of a value, so there can be arithmetic operations on the pointer var…

Pointer to Pointer in C

C Pointer to Pointer In C pointer to pointer concept, a pointer refers to the address of another pointer. In c lang…

Load More
That is All