C-string

From Wiktionary, the free dictionary
Jump to navigation Jump to search

English

[edit]

Etymology 1

[edit]

Blend of C +‎ G-string

Noun

[edit]

C-string (plural C-strings)

  1. A woman's scanty undergarment resembling a G-string but having a curved (C-shaped) wire that runs between the buttocks.

Etymology 2

[edit]

Noun

[edit]

C-string (plural C-strings)

  1. (programming) A C-style string.
    • 2017, D. S. Malik, C++ Programming: From Problem Analysis to Program Design, Cengage Learning, →ISBN, page 556:
      We also said that C-strings are null terminated, so the C-string "Hello" has six characters even though only five are enclosed in double quotation marks.