47 - STRINGS or CHARACTER ARRAYS - C PROGRAMMING

Поділитися
Вставка
  • Опубліковано 11 лют 2025
  • Strings is a collection of characters.
    Strings are implemented using character arrays.
    Input Functions to read string
    1) scanf()
    2) getchar()
    3) gets()
    Output Functions to print string
    1) printf()
    2) putchar()
    3) puts()

КОМЕНТАРІ • 122