Question: Data Structures and Algorithm Analysis Size/Review Exercise (10 points total) Due Date: Wednesday, January 29th, 11:59pm 1. Write a C program that will print the

 Data Structures and Algorithm Analysis Size/Review Exercise (10 points total) Due

Data Structures and Algorithm Analysis Size/Review Exercise (10 points total) Due Date: Wednesday, January 29th, 11:59pm 1. Write a C program that will print the amount of storage taken by each of the following data types or variables (6 points): int short long float double char . int * char struct {int x.y: float z:} array of 10 characters array of 10 integers 2. Write a program that will print a table of the first 100 non-negative integers, their squares, cubes, and square roots. Use a different function for each of the columns (i.e. a function for square, a function for cube, and a function for square root). (4 points) General Program Requirements (please try to follow these in your assignments): 1. Program comment at top with following contents: Author: Student Name Course: Data Structures Program Summary: Brief Description of the problem definition Input: Input source (none, stdin, file(s) with name(s) specified, etc) Output: Output destination (none, stdout, file(s) with name(s) specified, etc) 2. Line/Section Comments Throughout the program, comment individual lines and/or sections of codes using plain English to explain the code that follows. Note: Comments should not clutter your code or interfere with good programming style. 3. When program is complete and has been tested, submit source code only online via corresponding activity link in Blackboard

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!