Français
All
Search
Images
Videos
Maps
News
More
Shopping
Flights
Travel
Notebook
Report an inappropriate content
Please select one of the options below.
Not Relevant
Offensive
Adult
Child Sexual Abuse
Length
All
Short (less than 5 minutes)
Medium (5-20 minutes)
Long (more than 20 minutes)
Date
All
Past 24 hours
Past week
Past month
Past year
Resolution
All
Lower than 360p
360p or higher
480p or higher
720p or higher
1080p or higher
Source
All
MSN
MTV
Dailymotion
Yahoo
Price
All
Free
Paid
Clear filters
SafeSearch:
Moderate
Strict
Moderate (default)
Off
Filter
13:23
YouTube
code
Finding subString in a String C Program
//Program to find an input substring in an input main string void main() { int i=0,j=0,k=0,count=0,l=0,k1=0; char a[80],b[80]; clrscr(); printf("Enter main string:-"); gets(a); printf("Enter sub-string:-"); gets(b); l=strlen(b); while (a[i]!=EOF) { if (a[i]==b[j]) { i++; // i the index of main strng j++; // j the index of sub string k1=1 ...
28K views
Jul 23, 2011
Substring Search Algorithms
5 Ways to Find the Index of a Substring in Python | Built In
builtin.com
11 months ago
3:22
Worst, Average and Best Case Analysis of Algorithms - GeeksforGeeks
geeksforgeeks.org
Jul 21, 2022
Boyer-Moore Substring Search - Part 2
YouTube
Global Software Support
40.4K views
Sep 8, 2017
Top videos
1:39
How to Check for Substrings in C+ + Vector Strings
YouTube
vlogize
2 views
3 months ago
12:43
C++ Program to print all substrings of a given string
YouTube
Computer Revival
758 views
7 months ago
3:10
Arrays and Strings in C Programming
YouTube
Aftertutor
Aug 14, 2020
Substring Matching Problems
2:49
Frequency of a Substring in a String - GeeksforGeeks
geeksforgeeks.org
Jun 13, 2022
How to Extract a Substring in Microsoft Excel
howtogeek.com
Jun 8, 2022
Fuzzy String Matching in Python: Intro to Fuzzywuzzy | Built In
builtin.com
Mar 16, 2023
1:39
How to Check for Substrings in C+ + Vector Strings
2 views
3 months ago
YouTube
vlogize
12:43
C++ Program to print all substrings of a given string
758 views
7 months ago
YouTube
Computer Revival
3:10
Arrays and Strings in C Programming
Aug 14, 2020
YouTube
Aftertutor
10:13
#21 C Strings | C Programming For Beginners
173.9K views
Mar 9, 2022
YouTube
Programiz
9:20
C Program to Print String Characters One By One using Loop
101.1K views
Oct 22, 2016
YouTube
LearningLad
10:33
How to Master Strings in C: A Comprehensive Guide to String Ta
…
570 views
Dec 25, 2023
YouTube
Coders Arcade
10:10
C-string functions: strlen, strcpy, strcat, strncpy, strncat, strcmp, st
…
14.1K views
Mar 2, 2023
YouTube
Professor Hank Stalica
7:39
C Programe to insert sub string in to a main string
1.1K views
Feb 18, 2022
YouTube
Gskd
7:25
STRSTR() Function in C Programming | How to Find Subst
…
34.3K views
Mar 2, 2019
YouTube
Learn Programming Yourself
3:28
C Strings 13: Extract a substring from a given string [C Programming]
12.2K views
Jun 25, 2020
YouTube
JLabs
1:53
Trouble with strstr() in C: How to Extract Substrings Effectively
1 views
5 months ago
YouTube
vlogize
10:23
C_64 Strings in C- part 3 | printf and puts function in C
242.2K views
Jul 28, 2021
YouTube
Jenny's Lectures CS IT
4:34
C Strings 14: Search if a substring is present in a string [C Programming]
8.6K views
Jun 26, 2020
YouTube
JLabs
8:05
31.C program to insert a substring into the given string | C Programm
…
2.5K views
Nov 22, 2023
YouTube
VMR ACADEMY
15:41
C_62 Strings in C - part 1 | C programming tutorials
604.4K views
Jul 25, 2021
YouTube
Jenny's Lectures CS IT
4:54
Print A String Until The First Newline Character | C Programmin
…
8.2K views
Sep 23, 2021
YouTube
Portfolio Courses
4:20
Writing Strings using printf and puts Functions
150.4K views
Jul 20, 2019
YouTube
Neso Academy
21:15
Replace All Occurrences Of A Substring In A String With Anothe
…
15.4K views
Jan 6, 2022
YouTube
Portfolio Courses
33:34
Strings in C Programming | Part-1 | C Language Tutorial
565.4K views
Sep 9, 2016
YouTube
Naresh i Technologies
6:53
Substrings and IndexOf in C# - How to get Part of a String in C#
28.2K views
Aug 20, 2019
YouTube
Coding Under Pressure
6:45
substr() function in C++
2.3K views
Oct 6, 2020
YouTube
Efficient learning world
SOLVED:Write a program that reads a word and prints all substrings, s
…
Feb 5, 2022
numerade.com
9:06
program in C to print all permutations of a given string usi
…
3.2K views
Dec 14, 2019
YouTube
Computer Programming Tutor
11:36
Print All Subsequences of a String || C++ || Recursion || By Mohit Gupta
40.7K views
Oct 25, 2020
YouTube
PhysicsMania-Mohit Gupta [IIT BHU]
7:27
Strings In C | Concept Of Strings In C #2
100 views
Apr 6, 2023
YouTube
PrepBytes
1:41
How to Extract Substrings in C: A Complete Guide to Handling Embe
…
5 months ago
YouTube
vlogize
How to split a string in C/C , Python and Java? - GeeksforGeeks
1 month ago
geeksforgeeks.org
4:57
PROGRAM TO EXTRACT SUBSTRING FROM A STRING IN C
6.7K views
Jul 7, 2018
YouTube
KV PROTECH
21:20
Strings in C Programming | Part-2 | C Language Tutorial
851.1K views
Sep 9, 2016
YouTube
Naresh i Technologies
See more videos
More like this
Feedback