what will this code in C do?
thanks
int returnLength(char*myArray, int *length) int i; i-0; while (myarray[i] !0) myarray[i] = myarray[i] & 0x0F; length = i; return(i); Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .