1 / 5

EEN104 Computer Programming in C 2012-2013

EEN104 Computer Programming in C 2012-2013. Lecturer : Musa AYDIN E- mail : musaaydin@aydin.edu.tr Office : K-7508. Course Goals. By the end of this course, students should be able to Write , compile, and run C programs on their own .

Download Presentation

EEN104 Computer Programming in C 2012-2013

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. EEN104Computer Programming in C2012-2013 Lecturer : Musa AYDIN E-mail : musaaydin@aydin.edu.tr Office : K-7508

  2. Course Goals By the end of this course, students should be able to Write, compile, and run C programs on their own. Given a programming problem, compare and contrast the various programming languages, tools, and technologies that could be used to solve that problem, and choose the combination that is best suited for that problem. Learn new programming languages on their own.

  3. + Grading • Midterm 25 • Final 60 • Quize(s) 15 Total 100

  4. Topics The Structure of C programs Software development and pair programming Literals, variables and types Expressions, operators Functions Loops and random numbers Arrays If statement Pointers and Dynamic Memory Allocation Strings Structures Applications: searching and sorting File input and output

  5. Book C How to Program, 7/e

More Related