Java to C: A Primer

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

This book is designed to be used as a quick introduction to C for programmers already familiar with Java. It is not a replacement for a reference book on C but is instead a supplement. For the programmer already familiar with Java, the typical book on C requires the reader to wade through many details of already-familiar material. In this book, we quickly present the main concepts needed to begin writing serious programs in C, highlighting the differences between C and Java.

Author(s): Charlie McDowell, Jorgen Villadsen
Publisher: Polyteknisk Boghandel og Forlag
Year: 2013

Language: English
Pages: 105

Contents
1. Introduction
2. Passing Parameters to Functions
3. Arrays
4. Strings
5. Structured Data Types
6. File I/O and Multiple Source Files
Index