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

Which point is an x-intercept of the quadratic function f(x)=(x+6)(x-3)?
Everyone would agree that intelligence tests are "biased" in the sense that: A. test performance is influenced by cultural experiences B. the reliability of int
help me 50 points help help help help MEEEEEEEEEE loslaoaloalaoal
What is the value of x? Justify each step.
what is the percent of 25 is 14​
PLZ HURRY WILL MARK BRAINLIEST What is the mean of the values in the stem-and-leaf plot? Enter your answer in the box. _______|_______3| 14 |5 | 56 | 87| 002​
Which of the following is an example of carbon being moved from the biosphere to the lithosphere? Fossil fuels are burned by factories to release energy.
Solve the following questions
Rapid taxi is a company that picks up costumers and drives them anywhere they want to go. Janie is looking at rapid taxi prices. Rapid taxi charges based on the
what role does business cycles play in a market economy?