Exercise 4: Arrays and Matrices

Let's test your understanding of arrays and matrices.

We'll cover the following

Problem Statement

Create a 33x33 character array. Populate it with the first 99 letters. Then print the array on the console.

Use cat() to print the array.

Output

a b c d e f g h i

Test Yourself

Write your code in the given area. If you get stuck, you can look at the solution.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy