About 3,330,000 results
Open links in new tab
  1. C String Functions - GeeksforGeeks

    Apr 16, 2025 · C language provides various built-in functions that can be used for various operations and manipulations on strings. These string functions make it easier to perform …

  2. Explain five string handling functions with syntax and examples ...

    Feb 1, 2020 · 1. Strlen( ) function: It calculates the length of the given string and returns the number of characters in a string. Syntax: integer variable = strlen(string); Ex: length = …

  3. C – Strings and String functions with examples - BeginnersBook

    Sep 24, 2017 · In this guide, we learn how to declare strings, how to work with strings in C programming and how to use the pre-defined string handling functions. We will see how to …

  4. C String Functions - W3Schools

    String Functions. C also has many useful string functions, which can be used to perform certain operations on strings. To use them, you must include the <string.h> header file in your program:

  5. String Handling Functions (C Programming) - Codesansar

    Some useful string handling functions in C programming language are: strlen (): Finding length of the string. strcpy (): Copying string. strcmp (): Comparison of two strings. strcat (): …

  6. String Functions in C (Full List With Examples)

    Apr 3, 2025 · String functions in C are built-in functions provided by the C standard library (in <string.h>) that help you perform common operations on strings, such as finding their length, …

  7. String Library Functions in C with Examples - Online Tutorials …

    Discover string library functions in C along with suitable examples to boost your understanding of C programming.

  8. String Manipulations In C Programming Using Library Functions

    Most, if not all, of the time string manipulation can be done manually but, this makes programming complex and large. To solve this, C supports a large number of string handling functions in the …

  9. String Handling Functions in C - BTech Smart Class

    In C programming, the string.h header file provides various string handling built-in functions. It includes strcpy, strncpy, strlen, strcat, strcmp, strlwr, strupr, strdup, strstr, strrev, strset,strchr, etc.

  10. Solve Explain any 5 String functions with example. - Brainly.in

    Mar 5, 2019 · See what the community says and unlock a badge. It returns the length of the string without including end character (terminating char ‘\0’). strlen returns you the length of the …

  11. Some results have been removed
Refresh