October 2018 1 90 Report
Que hace esta funcion de C?


int queHace(const char *cPtr){
const char *inicioPtr = cPtr;

while(*cPtr != '\0')
cPtr++;
return cPtr - inicioPtr;
}

Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.