C_66 Program to Find Length of a String | C Programming Language

preview_player
Показать описание
In this lecture we will discuss a C program to find length of a string.

*********************************************

Connect & Contact Me:

Telegram Group Link: Jenny's Lectures
*******************************************

More Playlists:

Tags:
strings, string in c, what is string, c programming tutorials, c programming, best c programming tutorials

#coding #strings #jennyslectures #cprogramming #clanguage
Рекомендации по теме
Комментарии
Автор

I have never thought that a youtuber would seriously have an impact on my Data Structures... *"THANKS ALOT MA'AM* 🙏🏼

THR
Автор

Best YouTube C-Programming teacher! :D

jenniferm.
Автор

Awesome Mam ....I m from Mechanical Domain and I have move to IT ...your vedios are helping me a lot to clear my concept

srinivasgoje
Автор

We want notes mam for c language it is so helpful for us and congratulations for 500k 😍🎉🎉🎉🎉

katamabhishek
Автор

Hello Ma'am.
Thanks very much for your brilliant ideas. I really do appreciate your efforts.😊😊
But there's this small worry I got last week that I'll like to share with you. I was asked to read strings each seperated by a space.
And the word "STOP" marks the end of the string

freddjefferson
Автор

Thanks mam.

Plz complete this C language series mam. These are very helpful. And I want to start DSA after this.

chetansingh
Автор

Ma'am gets() is removed from the library. How to use fgets()?

leonelmessi
Автор

Interview tip::
we use for loop when we know value of n
we use while loop when are not sure about value of n

JKA-sfll
Автор

#include<string.h>
#include<stdio.h>
int main(){
char str[60]="Mam you look soo beautiful"
gets(str);
printf("%s, str);
return 0;
}

baibhavrajkumar
Автор

Mam keep going on mam soon 1 million ki family banne waleeeho

MohammedIbrahim-eumk
Автор

what if there is space between jay anti but still i want the output of string length as 7 is it possible mam??

Mr_Addy
Автор

can anyone help me telling how to use for loop and do-while loop in this code?

destroyer_x
Автор

Mam You Are Great Mam, Thank YOU so MUCH mam, Even I am Biology Student, I can Understand programming, its all Because of You
THANK YOU MAM
KEEP ROCKING MA'AM

gurueducationandmotivation
Автор

In case if length of the string is, then loop will have to run length times and performance will be worst .
Can't we loop till string length by 2 and for each iteration we swap with last and first element, and foe next iteration we swap first+I with last-i.
This way we have to loop only length/2 and using swaping string will be reversed .
Next variant is we can use stack to reverse the string as stack is very fast coz it's maintained in main memory so it may up the performance than both approach .

gladiator
Автор

Your video is very helpful mam. Your videos helped to find reason of every word showing on the screen.
I have seen many videos but no one nor my teacher really explains about how characters, digits are stored in memory or about index value. Mam, please upload some video of java also.

rishasinha
Автор

Can canyone tell me while we use puts() in place of gets(). It is not printing lenght of string and it is printing any other string that I had not entered in input

abhishekrajput
Автор

thanks mam, smile & punches missing in vdo, i saw mostly all, u r so professional

krunalchandewar
Автор

Man can you take classes on interview preparation data structures Algorithms as well please ?

sandeepnallala
Автор

Hello ma'am, can you upload all lectures in 2-3 days. Because my data structure & algorithm classes start from 3 August and requirements C language. So I humble request you.

RajeshKumarMinaBEE
Автор

Ma'am, make a program to count the frequency of character in a string !

rahulprasad
visit shbcf.ru