filmov
tv
0x07. C - Even more pointers, arrays and strings; 5. strstr

Показать описание
Write a function that locates a substring.
Prototype: char *_strstr(char *haystack, char *needle);
The _strstr() function finds the first occurrence of the substring needle in the string haystack. The terminating null bytes (\0) are not compared
Returns a pointer to the beginning of the located substring, or NULL if the substring is not found.
FYI: The standard library provides a similar function: strstr. Run man strstr to learn more.
linked source doc file
All 0x07. C - Even more pointers, arrays and strings videos
quiz questions
0. memset
1. memcpy
2. strchr
3. strspn
4. strpbrk
Prototype: char *_strstr(char *haystack, char *needle);
The _strstr() function finds the first occurrence of the substring needle in the string haystack. The terminating null bytes (\0) are not compared
Returns a pointer to the beginning of the located substring, or NULL if the substring is not found.
FYI: The standard library provides a similar function: strstr. Run man strstr to learn more.
linked source doc file
All 0x07. C - Even more pointers, arrays and strings videos
quiz questions
0. memset
1. memcpy
2. strchr
3. strspn
4. strpbrk
0x07. C - Even more pointers, arrays and strings quiz and answers
0x07 C Even more pointers, arrays and strings #ALX #ALXGuide #ALXSE #Low level programming
0x07. C - Even more pointers, arrays and strings; 1. memcpy c
0x07. C - Even more pointers, arrays and strings; 0. memset
0x07. C- EVEN MORE POINTERS, ARRAYS AND STRINGS (All Tasks Solved 100%)
0x07. C - Even more pointers, arrays and strings #alx #alxsoftwareengineering #alxafrica
0x07. C - Even more pointers, arrays and strings
0x07. C - Even more pointers, arrays and strings Quiz
0x07. C - Even more pointers, arrays and strings | 2023 |
0x07 C Even more pointers, arrays and strings
0x07 C - Even more pointers, Arrays and Strings
0x07 C Even more pointers, arrays and strings TASK QUIZ
0x07. C - Even more pointers, arrays and strings; 4. strpbrk
0x07. C - Even more pointers, arrays and strings quiz
0x07. C - Even more pointers, arrays and strings
0x07. C - Even more pointers, arrays and strings quiz
21 0x07 C Even more pointers, arrays and strings #alx #alxsoftwareengineering #alxafrica
0x07 C Even More Pointers, Arrays and Strings
0x07 C- Even more pointers, arrays and strings
0x07 - C - Even more pointers, arrays and strings - 200% Complete Step by step #alx #git #github
0x07. C - Even more pointers, arrays and strings #alx #solving
0x07. C - Even more pointers, arrays and strings; quiz question
0x07. C - Even more pointers, arrays and strings; 5. strstr
0x07 C Even more pointers, arrays and strings 8-print_diagsums.c
Комментарии