Courses Offered: SCJP SCWCD Design patterns EJB CORE JAVA AJAX Adv. Java XML STRUTS Web services SPRING HIBERNATE  

       

C LANGUAGE Course Details
 

Subscribe and Access : 5200+ FREE Videos and 21+ Subjects Like CRT, SoftSkills, JAVA, Hadoop, Microsoft .NET, Testing Tools etc..

Batch Date: Oct 12th @ 8:00AM

Faculty: Mr. Shiva Chaithanya

Duration : 45 Days

Venue :
DURGA SOFTWARE SOLUTIONS at Maitrivanam
Plot No : 202, IInd Floor ,
HUDA Maitrivanam,
Ameerpet, Hyderabad-500038.

Ph.No: +91 - 9246212143, 80 96 96 96 96


Syllabus:

C - LANGUAGE


C-Language Basics:

• Features of C-Language
• Structure of C-Program
• printf() function
• Escape Sequences
• Data Types in C-Language
• Format Specifiers in C-Language
• scanf() function

Operators:

• Arithmetic Operators
• Relational Operators
• Logical Operators
• Assignment Operators
• Bitwise Operators
• Other Operators

Control Structures:

• Conditional Control Structures [if, if else, if else if, nested if]
• Multi way Conditional Control Structure [switch]
• Looping Control Structures [while, do while, for]
• Jumping Control Structures [goto, break, continue, return]
• Nested Loops
• Pattern Programs

Functions:

• Introduction
• Types of Functions
• Different of writing functions
• Creating Header File
• Recursion
• Storage Classes

Arrays:

• Introduction
• Advantages and Disadvantages of Arrays
• Types of Arrays [Single Dimensional & Multi-Dimensional Arrays]
• Passing Arrays to Function

Strings:

• Introduction
• String Functions [strlen(), strcpy(), strcmp(), strcat(), strrev(), strlwr(), strupr()]
• Double Dimensional Character Arrays

Pointers:

• Introduction
• Advantages and Disadvantages
• Pointer Arithmetic
• Pointers and Arrays
• Array of Pointers
• Pointers and Pointers
• Pointer to Pointers
• Call by value and Call by Reference
• Dynamic Memory Allocation

User Defined Data Types [Structures, Unions and Enumerations]:

• Structures – Introduction
• Passing Structure to Function
• Returning Structures
• Structures and Arrays
• Array of Structures
• Pointers in Structures
• Structures in Structures
• Unions
• Enumerations
• typedef

Files:

• Introduction
• File Accessing Modes
• File Handling Functions [getc(), putc(), fprintf(), fscanf(), fopen(), fclose()]
• Random Accessing [fseek(), ftell()]

Miscellaneous:

• Macros
• Preprocessor Directives
• Command Line Arguments