hargrovedawn5017 hargrovedawn5017
  • 11-08-2017
  • Computers and Technology
contestada

To remove characters from the left of, the right of, or within a string variable, you should use the ____ function

Respuesta :

zrh2sfo
zrh2sfo zrh2sfo
  • 14-08-2017
Answer: you should use the Remove function.

Here is C example to remove first three characters from a string with C?

void chopN(char *str, size_t n)
 { assert(n != 0 && str != 0);
 size_t len = strlen(str);
     if (n > len)
         return; // Or: n = len;
memmove(str, str+n, len - n + 1);
Answer Link

Otras preguntas

Complete these phrases with the correct TENER expression. 1. Si acabo de correr y necesito agua, ________________. 2. Si estás buscando tu suéter, ____________
A freshly inoculated bacterial culture of Streptococcus contains 100 cells. When the culture is checked 60 minutes later, it is determined that there are 450 ce
describe this image in 1 paragraph
Use the Factor Theorem to prove x^3 - 13x - 12 is divisible by x^2 – X – 12
how was the location of the chitimacha tribe related to the yellow fever epidemic in 1855
Is anyone good at this? Please help me!
A. If x:y= 3:5, find = 4x + 5 : 6y -3​
Sage is 7 years older than Jonathan. If Jonathan is x years old, how old was Sage 10 years ago?
Vertical asymptotes and holes always occur at x values that are?? HELP PLEASE!!
Find the value or JM in the image below