Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Calculating String Length | Common String Operations
C Strings
Seksjon 3. Kapittel 8
single

single

bookChallenge: Calculating String Length

Sveip for å vise menyen

Oppgave

Swipe to start coding

Practice calculating the length of a string in C by implementing a function that counts characters until the null-terminator is reached.

  • The function must return the number of characters in the string before the null-terminator.
  • The function must work for empty strings as well as non-empty strings.
  • The function must not use any standard library string functions.

Løsning

Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 3. Kapittel 8
single

single

Spør AI

expand

Spør AI

ChatGPT

Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår

some-alt