diff --git a/education/software development/ECE1400/Chapter 7 Exercises.md b/education/software development/ECE1400/Chapter 7 Exercises.md new file mode 100644 index 0000000..23806b5 --- /dev/null +++ b/education/software development/ECE1400/Chapter 7 Exercises.md @@ -0,0 +1,6 @@ +> 3. Which of the following aren not legal types in C? + +a. `short unsigned int` +b. `short float` +c. `long double` +d. `unsigned long` \ No newline at end of file