CSC180H1 Lecture Notes - Lecture 17: Scanf Format String, Pareto Principle, Readwrite

15 views5 pages
27 May 2019
School
Course

Document Summary

So far, if you have done all the exercises you"ve been asked to do, you should know: * how to declare int and char variables. * how to declare arrays of the above. And that you can implement recursion with c. And the basic format strings %d, etc. * how to take the address of a variable and provide it to a function that requires addresses (like scanf) * that & (address of) and * (value at) are inverse functions of each other. * that c files are split between: prototypes at the top, func defs at the bottom and you should have a sense that though c enables you to do what. Python does (see above, and recognize that this basic subset almost completely overlaps with what you learned during the python segment of the course) it exposes you to various details that python hid you from.

Get access

Grade+
$40 USD/m
Billed monthly
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
10 Verified Answers
Class+
$30 USD/m
Billed monthly
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
7 Verified Answers

Related Documents