I have attached my assignment below. The class is C Programming and the assignment is due by tommorow.
T3 Spec
This is the third Theory assignment (see syllabus). For this assignment you will not be writing code. Instead, you will be writing sentences and paragraphs to answer the items below. When preparing your responses, please
spell-check and grammar-check your work. Make sure your work has a professional appearance. Be thorough and detailed as you answer the questions. You should use various sources as you gather information. Be sure that
you do NOT copy and paste from these sources. Instead, synthesize the information and present it using your own words. You must CITE (using any format) the sources you use. Number your responses, and separate the
paragraphs, so that I can easily figure out which of your responses go with which questions.
Q1: Provide three specific examples of when you might use arrays in your C programs. It should be clear from the examples you give that they would be best approached by using arrays (give details to make it clear why
arrays would be appropriate).
Q2: Find a C program on the web that uses an array. Give a link to the program’s source code, and tell what the program does. Copy and paste the code that defines the array and describe what you think the array is used for.
Q3: Name three specific examples where 2-dimensional arrays would be appropriate.
Q4: What are pointers? How can they be used with arrays?