1 / 6

CIS 208

CIS 208. Test 1 Review. What’s being covered. Almost everthing User input/output. Scanf/printf, argv/argc String and array manipulation Both Dynamic And static Arrays. Continued…. Pointers- assigning to variables Pointers – as arrays Pointers- Dynamic pointer allocation.

Télécharger la présentation

CIS 208

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CIS 208 Test 1 Review

  2. What’s being covered • Almost everthing • User input/output. • Scanf/printf, argv/argc • String and array manipulation • Both Dynamic And static Arrays

  3. Continued… • Pointers- assigning to variables • Pointers – as arrays • Pointers- Dynamic pointer allocation

  4. Types of Questions • 1) short answer (1 or 2 sentences) • 2) Expression evaluation • Given values and a formula, write expression value. (order of operations) • 3) Program output interpretation

  5. Continued • Simple function writing • Full program writing

  6. Stuff to know • How pointers work, Assignment and dereferencing • Switch Cases and loops. Continue, break, default • Local vs global variable initialization

More Related