A Bit More About Arrays
In this lesson, an explanation of Character Arrays, String Arrays, Arrays & Methods is provided.
We'll cover the following...
We'll cover the following...
Let’s discuss how to declare and use arrays of char & String data types.
Character Arrays
We can declare an Array of char in which we can store characters. Let’s write a code to declare and initialize a character array.
Note: Our AI Mentor can explain the above code as well.
The above example has a loop that uses char variable. Each char value is represented by a number, so i++ ...