← Pointer Manipulation

Micro-Drill #15 — Split by delimiter

Pointer Manipulation Target: 5s

Splitting tokenizes input for word-count, reverse-words, and parsing problems.

s.split(',')

Type it from memory. Go.

Practice Problems

← Micro #14 Micro #16 →