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
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
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
C Programming Tutorials
3:46:13
C Programming Tutorial for Beginners
YouTube
freeCodeCamp.org
17.9M views
Aug 15, 2018
4:45:36
C Programming Full Course for Beginners - Learn C in 2022
YouTube
Programiz
317K views
Sep 16, 2022
4:05:00
C Programming Full Course for free ⚙️
YouTube
Bro Code
4.3M views
Oct 7, 2021
Top videos
1:39
How to Check for Substrings in C+ + Vector Strings
YouTube
vlogize
2 views
3 months ago
2:19
Checking if a String Contains a Specific Substring in C
YouTube
vlogize
3 views
5 months ago
9:37
How To Create A Substring Function | C Programming Example
YouTube
Portfolio Courses
6.8K views
Nov 5, 2021
C String Functions
9:40
#22 C String Functions | C Programming For Beginners
YouTube
Programiz
103.7K views
Mar 16, 2022
5:03
C string functions 🔠
YouTube
Bro Code
99.6K views
Oct 6, 2021
7:24
C String Functions: A Beginner's Guide to String Manipulation
YouTube
CodeLucky
11 views
5 months ago
1:39
How to Check for Substrings in C+ + Vector Strings
2 views
3 months ago
YouTube
vlogize
2:19
Checking if a String Contains a Specific Substring in C
3 views
5 months ago
YouTube
vlogize
9:37
How To Create A Substring Function | C Programming Example
6.8K views
Nov 5, 2021
YouTube
Portfolio Courses
7:25
STRSTR() Function in C Programming | How to Find Subst
…
34.3K views
Mar 2, 2019
YouTube
Learn Programming Yourself
7:39
C Programe to insert sub string in to a main string
1.1K views
Feb 18, 2022
YouTube
Gskd
20:38
C Program To Insert Substring Into A String
13K views
May 27, 2017
YouTube
C Plus+
1:30
The Best Way to Extract Substrings in C# Using Last Index and Charac
…
5 months ago
YouTube
vlogize
1:55
How to Extract a Substring in C
3 months ago
YouTube
vlogize
4:34
C Strings 14: Search if a substring is present in a string [C Programming]
8.6K views
Jun 26, 2020
YouTube
JLabs
21:15
Replace All Occurrences Of A Substring In A String With Anothe
…
15.4K views
Jan 6, 2022
YouTube
Portfolio Courses
2:24
How to Find a Substring in a String and Display Its Index in C
1 views
5 months ago
YouTube
vlogize
10:19
Substring in c and c++ 19
38 views
Apr 12, 2021
YouTube
Arif Mahmood
3:29
C Strings 13: Extract a substring from a given string [C Programming]
12.2K views
Jun 25, 2020
YouTube
JLabs
7:54
Check If A String Is A Substring Of Another String | C Programming E
…
15.9K views
Nov 23, 2021
YouTube
Portfolio Courses
1:58
Understanding the subString Function: Memory Allocation and
…
5 months ago
YouTube
vlogize
4:04
Easiest Way to find substring in string C/C++|| strstr() function || C
…
3.5K views
Sep 14, 2019
YouTube
OhMyCode !
4:21
How to use substr() and find() | C++
21.7K views
Oct 11, 2020
YouTube
Christopher Bulger
2:05
Removing All Substrings from a String in C
3 months ago
YouTube
vlogize
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:57
PROGRAM TO EXTRACT SUBSTRING FROM A STRING IN C
6.7K views
Jul 7, 2018
YouTube
KV PROTECH
1:41
How to Extract Substrings in C: A Complete Guide to Handling Embe
…
5 months ago
YouTube
vlogize
8:05
31.C program to insert a substring into the given string | C Programm
…
2.5K views
Nov 22, 2023
YouTube
VMR ACADEMY
1:32
Exploring Efficient Alternatives for str.substr in C Using cstring
5 months ago
YouTube
vlogize
8:08
Curso de Programação C | Como encontrar uma substring com a fu
…
7.1K views
Jan 1, 2021
YouTube
Programe seu futuro
1:52
Efficiently Find a Substring in C Using Pointer Arithmetic
1 month ago
YouTube
vlogize
3:05
strstr() function | C Programming Tutorial
33.2K views
Jul 24, 2021
YouTube
Portfolio Courses
5:03
C string functions 🔠
99.6K views
Oct 6, 2021
YouTube
Bro Code
25:29
Curso de Programação C | Como contar as ocorrências de uma sub
…
4.2K views
Dec 3, 2021
YouTube
Programe seu futuro
9:28
How to split strings in C (strtok)
111.2K views
Jan 25, 2019
YouTube
CodeVault
See more videos
More like this
Feedback