An elaborate effort has been put to discuss in deep the importance of C programming for those who would like to build there career in C and as programmer. We have given lot of examples to learn writing program effectively.
This book we have presented without any cost. If someone would like to attend any seminar or online course we shall arrange same with industry experts who have got good number of years of experience in working with reputed IT industry
Your Feedback is Important to Us.
Team – CampusHiringCollege.com
-
C Language Overview
-
C Environment Setup
-
C Program Structure
-
C Basic Syntax
This chapter will give details about all the basic syntax about C programming language including tokens, keywords, identifiers, etc.
-
C Data Types
-
C Variables
-
C Constants and Literals
-
C Storage Classes
-
C Storage Classes
-
C Operators
-
Decision Making in C
Decision making structures require that the programmer specify one or more conditions to be evaluated or tested by the program, along with a statement or statements to be executed if the condition is determined to be true, and optionally, other statements to be executed if the condition is determined to be false. Following is the general form of a typical decision making structure found in most of the programming languages: C programming language assumes any non-zero and non-null values as true, and if it is either zero or null, then it is assumed as false value. C programming language provides following types of decision making statements.
-
C Loops
-
C Functions
-
C Scope Rules
-
C Arrays
-
C Pointers
-
C Strings
-
C Structures
-
C Unions
-
Bit Fields
-
Typedef
-
Input & Output
-
File I/O
-
Preprocessors
-
Header Files
-
Type Casting
-
Error Handling
-
Recursion
-
Variable Arguments
-
Memory Management
-
Command Line Arguments