About 239 results
Open links in new tab
  1. C string handling - Wikipedia

    C string handling ... The C programming language has a set of functions implementing operations on strings (character strings and byte strings) in its standard library. Various operations, such …

  2. Comparison of programming languages (string functions)

    String functions common to many languages are listed below, including the different names used. The below list of common functions aims to help programmers find the equivalent function in a …

  3. C standard library - Wikipedia

    Since ANSI C was adopted by the International Organization for Standardization, [4] the C standard library is also called the ISO C library. [5] The C standard library provides macros, …

  4. printf - Wikipedia

    An example call to the printf function printf is a C standard library function that formats text and writes it to standard output. The function accepts a format c-string argument and a variable …

  5. String (computer science) - Wikipedia

    String (computer science) Strings are typically made up of characters, and are often used to store human-readable data, such as words or sentences. In computer programming, a string is …

  6. String operations - Wikipedia

    A string homomorphism (often referred to simply as a homomorphism in formal language theory) is a string substitution such that each character is replaced by a single string.

  7. C syntax - Wikipedia

    C was the first widely successful high-level language for portable operating-system development. C syntax makes use of the maximal munch principle. As a free-form language, C code can be …

  8. Null-terminated string - Wikipedia

    In computer programming, a null-terminated string is a character string stored as an array containing the characters and terminated with a null character (a character with an internal …