C Strings

In C programming, a string is a sequence of characters.

For example, "apple" is a string/sequence of characters 'a', 'p', 'p', 'l', 'e'.

C String Tutorials

Checks

Conversions

  • C – Convert String to Integer
  • C – Convert Integer to String
  • C – Convert String to Float
  • C – Convert Float to String
ADVERTISEMENT

Conclusion

In this C Tutorial, we learned about different concepts of Strings in C programming with dedicated tutorials for each of the concepts.