Ratings & Reviews

The Fundamental Of C-Language

The Fundamental Of C-Language

(4.00 out of 5)

Review This Book

Write your thoughts about this book.

1 Customer Review

Showing 1 out of 1
haribommala 9 years, 10 months ago

Re: The Fundamental Of C-Language (e-book)

the book "The Fundamental Of C -Language" is easily to understanding into normal students.
This book is a tutorial. Its aim is to teach C to a beginner, but with enough of the details so as not be outgrown as the years go by. It presumes that you have some previous acquaintance with programming -- you need to know what a variable is and what a function is -- but you do not need much experience. It is not essential to follow the order of the chapters rigorously, but if you are a beginner to C it is recommended. When it comes down to it, most languages have basically the same kinds of features: variables, ways of making loops, ways of making decisions, ways of accessing files etc. If you want to plan your assault on C, think about what you already know about programming and what you expect to look for in C. You will most likely find all of those things and more, as you work though the chapters.