Summary
Keywords
Full Transcript
#22 C String Functions | C Programming For Beginners Previously, we learned about one of the frequently used concepts in programming: Strings, And came to know why they are used and how to use them in our programs. C supports a large number of string handling functions in the standard library " string.h". Today, we will learn to manipulate various C string functions that are readily available for use. More specifically, we will focus on the 4 most important string functions that are used to perform different operations on strings. This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e ~ Resources: C Online Compiler: https://www.programiz.com/c-programming/online-compiler/ Github File: https://github.com/programiz/c-youtube/blob/master/22.%20C%20String%20Functions.md C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-programming/string-handling-functions Timestamps: 00:00 Start 00:28 C Strings 01:33 strlen() function 03:20 strcpy() function 05:02 strcat() function 06:32 strcmp() function 08:48 Programming Task 09:17 Quiz ~ Revise your learning using our C App Download here for Android: https://bit.ly/3upaInx Download here for iOS: https://apple.co/3EZLtNq Find Programiz elsewhere: Programiz pro: programiz.pro Website: https://www.programiz.com Discord: discord.gg/programiz Facebook: https://www.facebook.com/programiz Instagram: https://www.instagram.com/_programiz/ LinkedIn: https://www.linkedin.com/company/programiz Twitter: https://twitter.com/programiz #programiz #cprogramming #stringfunctions #learnc #strings #function #libraryfunction #cstring #stringsinc
