C Programming: String length function – strlen() in C Programming.
Topics discussed:
1) The prototype of strlen() function.
2) Use of strlen() function.
3) Example uses of strlen() function.
C Programming Lectures:
Follow Neso Academy on Instagram: @nesoacademy(
Follow me on Instagram: @jaspreetedu(
Contribute:
Memberships:
Books:
Website ►
Forum ►
Facebook ►
Twitter ►
Music:
Axol x Alex Skrindo – You [NCS Release]
#CProgrammingByNeso #CProgramming #Strings #strlen #StringsInC
Nguồn: https://ka-nom.com/
Xem thêm bài viết khác: https://ka-nom.com/cong-nghe/
Xem thêm Bài Viết:
- Hướng dẫn tải và cài đặt Stranded Deep Full Crack 2020 – Daominhha.com
- How To download and install staruml || StarUml- How to make uml diagrams
- C String Library and String Copy Function – strcpy()
- [Lập trình C/C++] Xây dựng hàm strcpy – Sao chép chuỗi
- Best Mod For Seiko SKX007 Dive Watch – Strapcode's Original Super Three Link Bracelet
Brother l need help in assignment about strings
Plz help me
2:10
sir, plz explain. how
char *str = "Hello World";
is working.
bcoz str is a pointer. it'll store an address.
yes. ik array name is also a pointer.
but won't the syntax be like this :
char *str;
*str = "Hello World";
?
clear and simple, good pronunciation, danke prof 🙂
every video you are uploading is like a diamond for me…………thanq
Here If will do strlen(str)
And then do printf(%d,str) we will get an error
We need to do strlen(str) in the print method only so that it will return the length
Sir your videos very nice i had also watched TOC. Sir can you share c language presentation sir. It will help me a lot. Thanks for your for videos sir.
How does `char* str = "Hello World";` work without `const`? Can you modify characters of this string?
Hello instructor… I love your videos very much coz they insightful and unique.. I am sitting for gate 2020. Can you please finish the C lectures by then. I know after watching these videos and practicing examples from the questionnaire there should be no worry about the programming and data structure segment
Plsss doooo videos on coding part
Sir please upload electrical video lecture please please please please please please please please please
thank you very much sir for this video
Sir please please explain how this give same value arr[i], i[arr],
*(arr+i), *(i+arr).
awesome sir😙
Very Informative, thanks a lot.