hello can someone tells me how did we access the values using :
buffer[i]
as i see from the code it is a pointer an we should use * to accses the value inside the address

code from :

How to...