Profile Picture

Open PDF

Chapter 5: Arrays and Strings

C Programming

Civil Engineering

First Semester

Arrays and string handling in C

Comments

  • उमा पन्त
    उमा पन्त- Thanks for this note on arrays and strings. This is helpful.
  • श्री अमित जोशी
    श्री अमित जोशी- Thanks for this note, including a comprehensive overview of arrays and string handling in C.
  • राजेन्द्र महर्जन
    राजेन्द्र महर्जन- Thanks for notes on arrays and string handling techniques, this helpful for my next assignment. Thanks for notes on strings, will review them again. Thanks for detailed explanation on array structures using the new C, is going to be very useful for future studies.
  • ईश्‍वरी दुगल
    ईश्‍वरी दुगल- Arrays are used for storing multiple data types within a single variable, while strings are collections of characters enclosed in quotes.
  • श्रीमान विनोद दवाडी
    श्रीमान विनोद दवाडी- "Using arrays to store and manipulate strings efficiently in C programming."
  • कुसुम गुरुङ्ग
    कुसुम गुरुङ्ग- Defines Array Data Structure using malloc() Returns Address of Element - Pokhara University Engineering Notes Array Indexing is done starting from 0 String Handling is done by using strlen(), vs.c_str() methods.
  • पुजा शंकर
    पुजा शंकर- Students take the basics of arrays and strings understanding. In this chapter, we learn to work with arrays like integers, floats, and characters.