Information | |
---|---|
has gloss | eng: In computing, a C string is a character sequence stored as a one-dimensional character array and terminated with a null character (\0, called NUL in ASCII). The name refers to the C programming language which uses this string representation. Alternative names are ASCIIZ and null-terminated string. |
lexicalization | eng: C string |
lexicalization | eng: CString |
instance of | c/String data structures |
Meaning | |
---|---|
Korean | |
has gloss | kor: C 문자열은 C 프로그래밍 언어에서 사용하는 문자열 자료형으로, 문자형(char)의 배열을 말한다. string.h |class="wikitable" width="500" |+C 표준 라이브러리의 <string.h>에 있는 문자열 처리 함수들 !기능 !!함수 !!설명 |- !rowspan=5| 복사 |- | memcpy ||메모리 블록을 복사한다. |- | memmove ||메모리 블록을 이동한다. |- | strcpy ||문자열을 복사한다. |- | strncpy ||최대 n개까지의 문자를 복사한다. |- !rowspan=3| 병합 |- | strcat ||문자열을 합친다. |- | strncat ||최대 n개의 문자를 합친다. |- !rowspan=6| 비교 |- | memcmp ||두 메모리 블록을 비교한다. |- | strcmp ||두 문자열을 비교한다. |- | strcoll ||지역정보에 맞게 두 문자열을 비교한다. |- | strncmp ||두 문자열에서 최초 n개의 문자를 비교한다. |- | strxfrm ||지역정보에 맞게 문자열을 변환한다. |- !rowspan=9| 탐색 |- | memchr ||메모리 블록내에서 해당 문자가 있는 위치를 알려준다. |- | strchr ||문자열에 지정한 문자가 있는지 뒤에서부터 탐색한다. |- | strcspn ||지정한 문자들을 탐색한다. |- | strpbrk ||문자열에서 지정한 문자를 탐색한다. |- | strrchr ||문자열에 지정한 문자가 있는지 뒤에서부터 탐색한다. |- | strspn ||지정한 문자들을 제외한 나머지 문자를 탐색한다. |- | strstr ||문자열에서 지정한 문자열를 탐색한다. |
lexicalization | kor: C 문자열 |
Castilian | |
has gloss | spa: En computación las strings de C son secuencia de caracteres guardados como una matriz de caracteres terminados con un carácter nulo (\0 o ASCII 0). El nombre se refiere al lenguaje de programación C y se usa para distinguir esta forma de representar una cadena a cualquier otra. |
lexicalization | spa: C string |
Lexvo © 2008-2024 Gerard de Melo. Contact Legal Information / Imprint