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

The sum of the length l and 19
How did a cotton gin change agriculture in the south??
my problem says"Write two ratios equivalent to 3:11
For a chemical reaction it is usually found that the reaction rate is faster at higher temperature. The rate increases because (a) the concentrations of reacta
Why is it important for cardiac muscle to have many mitochondria?
what is 36/63 in simplest form?
In an 8.00 km race, one runner runs at a steady 11.0 km/h and other runs at 14.8 km/h. How far from the finish line is the slower runner when the fast runner fi
what is 7.8 rounded to the nearest tenth
The sum of three consecutive odd numbers is 153 what is the smallest of the three numbers?
Why is it important for cardiac muscle to have many mitochondria?