Strings in C Programming | Part-3 | C Language Tutorial

preview_player
Показать описание
Strings - Part 2 | C Language Tutorial
C Language Tutorial Videos

? Visit Our Website for Classroom Training:
? For Online Training:
--------------------------

? About NareshIT:

"Naresh IT is having 14+ years of experience in software training industry and the best Software Training Institute for online training, classroom training, weekend training, corporate training of Hadoop, Salesforce, AWS, DevOps, Spark, Data Science, Python, Tableau, RPA ,Java, C#.NET, ASP.NET, Oracle, Testing Tools, Silver light, Linq, SQL Server, Selenium, Android, iPhone, C Language, C++, PHP and Digital Marketing in USA,Hyderabad, Chennai and Vijayawada,Bangalore India which provides online training across all the locations

--------------------------

? Our Online Training Features:
1.Training with Real-Time Experts
2.Industry Specific Scenario’s
3.Flexible Timings
4.Soft Copy of Material
5. Share Videos of each and every session.

--------------------------

+1404-232-9879 or India: +918179191999

** Check The Below Links**
? Follow us on Linkedin:
Рекомендации по теме
Комментарии
Автор

I got More knowledge in Naresh IT than got in my engineering college...thanks Naresh IT..

sachindandge
Автор

Naresh technologies lectures best then in my engineering college

stnsharif
Автор

This Person just reads my mind....
He just answers the doubts I get.

ruturajjadhav
Автор

I love when the teacher said "Sir, I don't know No problem. See"

jinavlog
Автор

3:34 There is also a way to use the scanf() function.
-
scanf("%[^\n]", Stringname);
-
That means it will accept all the values except the new line.
-
scanf("%[A-Ba-b ]", Stringname);
-
That means it will accept all the values from A to B, a to b and the space.

hrithicksen
Автор

Thank you sir ...
I am completing my syllabus of C programming now . I m a student of mathematics. And in this sem a new sub C Programming is added to our course .And I have no privious knowledge in any computer language.
So I was so nervous and depressed.But your classes gives all the basic concepts very clearly and now I am doing my syllabus complete .
Thanks again sir..thank you so much

tapasideb
Автор

mr srinivas sir thank u so much for this lecture series...my whole hearted gratitude for u sir! Ur work is priceless

shivammathuria
Автор

scanf can take input with a space. We have to use %[^\n] instead of %s, so that scanf considers spaces, but stops taking input when we press enter.

rhevanthmahadev
Автор

sir make more video for beginners, your way of teaching is best><

zakriabacha
Автор

#include<stdio.h>
void main()
{
char a[5];
printf("enter the comment");
gets(a);
printf("%s", a);
}
o/p: superb explaination

csforcommonsense
Автор

Sir, just for fun i have written this:-

#include<stdio.h>


int main()
{
char name[50] = "meher ali";
unsigned int len;

for(len=0; name[len]!=' '; len++);

printf("%d", len);
}

Output: 5

Because i wrote 'space' in for loop... It's is for fun only. 😛😛😛

You are great teacher and i learnt from you many things thank you

meherali
Автор

Do you have a compilation/playlist of all the C language videos you have on your channel? It would be helpful to everyone

Dontpushyour_luck
Автор

thank you sir for your very detailed discussion, it was very helpful to understand the concept.Keep on your good work .

souravsarkar
Автор

Great videos on strings and string handling in C. Although gets() is always giving me an error that it is unsafe so instead I am using scanf(" %maxLength[^\n]", arrayName)

jru
Автор

Thanks sir. Your lecture is really easy to understand. once again thank u sir

anishdey
Автор

really sir
I never understood c in my college but now if time get back I m the genius of programming in my class cz of you sire.

EBKCS_MOKSHASHARMA
Автор

srinivas sir, you are by far the best teacher in C programming,

shubham_skadam
Автор

we can even use %u for length as an access specifier instead of %d

sricharannaga
Автор

timing 4:15
sir you can say that get s will read all the character array until you press the enter. either it will space character or special character.... but, at 4:57 you say when space is consider between hari krishna it will not how we differentiate from scan f.

arpanmishra
Автор

Most usefull channel and mind-blowing explanation sir..👌🏻👌🏻👍🏻👍🏻

shaikimtiyaz