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
18M 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
2:19
Checking if a String Contains a Specific Substring in C
YouTube
vlogize
3 views
5 months ago
1:39
How to Check for Substrings in C+ + Vector Strings
YouTube
vlogize
2 views
3 months ago
7:25
STRSTR() Function in C Programming | How to Find Substring in String - Learn Programming Yourself
YouTube
Learn Programming Yourself
34.3K views
Mar 2, 2019
C String Functions
5:22
C Programming for Beginners: Complete Introduction to C Language!
YouTube
LVS Logics
529 views
10 months ago
6:43
What is The C Programming Language? A Tutorial for Beginners
YouTube
Programing language
255 views
Feb 9, 2023
5:53
#1: Getting Started with C Programming | C Programming for Beginners
YouTube
Programiz
1.4M views
Oct 6, 2021
2:19
Checking if a String Contains a Specific Substring in C
3 views
5 months ago
YouTube
vlogize
1:39
How to Check for Substrings in C+ + Vector Strings
2 views
3 months ago
YouTube
vlogize
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
1:30
The Best Way to Extract Substrings in C# Using Last Index and Charac
…
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 !
1:55
How to Extract a Substring in C
3 months ago
YouTube
vlogize
3:05
strstr() function | C Programming Tutorial
33.2K views
Jul 24, 2021
YouTube
Portfolio Courses
9:37
How To Create A Substring Function | C Programming Example
6.8K views
Nov 5, 2021
YouTube
Portfolio Courses
7:54
Check If A String Is A Substring Of Another String | C Programming E
…
15.9K views
Nov 23, 2021
YouTube
Portfolio Courses
10:19
Substring in c and c++ 19
38 views
Apr 12, 2021
YouTube
Arif Mahmood
21:15
Replace All Occurrences Of A Substring In A String With Anothe
…
15.4K views
Jan 6, 2022
YouTube
Portfolio Courses
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:52
Efficiently Find a Substring in C Using Pointer Arithmetic
1 month 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:34
C Strings 14: Search if a substring is present in a string [C Programming]
8.6K views
Jun 26, 2020
YouTube
JLabs
10:13
#21 C Strings | C Programming For Beginners
173.9K views
Mar 9, 2022
YouTube
Programiz
9:28
How to split strings in C (strtok)
111.2K views
Jan 25, 2019
YouTube
CodeVault
3:28
C Strings 13: Extract a substring from a given string [C Programming]
12.2K views
Jun 25, 2020
YouTube
JLabs
1:41
How to Extract Substrings in C: A Complete Guide to Handling Embe
…
5 months ago
YouTube
vlogize
2:24
How to Find a Substring in a String and Display Its Index in C
1 views
5 months ago
YouTube
vlogize
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
4:57
PROGRAM TO EXTRACT SUBSTRING FROM A STRING IN C
6.7K views
Jul 7, 2018
YouTube
KV PROTECH
How to Extract a Substring in Microsoft Excel
Jun 8, 2022
howtogeek.com
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
1:32
Exploring Efficient Alternatives for str.substr in C Using cstring
5 months ago
YouTube
vlogize
5:03
C string functions 🔠
99.6K views
Oct 6, 2021
YouTube
Bro Code
1:58
Understanding the subString Function: Memory Allocation and
…
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
See more videos
More like this
Feedback