Question: Data Structures Size/Review Exercise 1. Write a C program that will print the amount of storage taken by each of the following data types or

Data Structures Size/Review Exercise 1. Write a C program that will print the amount of storage taken by each of the following data types or variables int e short long . float . double char int char struct (int x,y; float z:) e array of 10 characters . array of 10 integers 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 (ie a function for square, a function for cube, and a function for square root) 2. General Program Requirements: 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, filels) with namefs) specified, etc) Output: Output destination (none, stdout, file(s) with name(s) specified, etc) 1. 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 When program is complete and has been thoroughly tested, submit source code only online via corresponding activity link in Blackboard Note: No late submissions will be accepted 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
