Begining With C

Price:

Course Features

  • Location: Janakpuri East New Delhi
  • Language: Turbo C
  • Lesson: 0
  • Viewers: 2823
  • Prerequisites: No
  • Skill Level: Beginner
  • Course Capacity: 50
  • Start Course: 05/20/2019

Descriptions

C++ is the the backbone to all kind of industrial work and C language is the root of all softwares. The C language programing has become de-facto standard of software learning to all engineers. This program gives you learning and practical approch of C language programing.

Pre-requisites

Familiarity with computer and its operation.

Curriculum

Section 1 : Software Programming Language Introduction

1. Basic History

Developers

various Standards

2. Importance of C

Empty section. Edit page to add content here.

3. Features & Applications

Empty section. Edit page to add content here.

4. Overview of C programming language

Keywords
Variables
Data Types
Format Specifiers
Operators
Header Files
Library Function
Syntax of Basic C Program

Section 2 : Software Fundamentals

5. Introduction to Turbo C software IDE

Empty section. Edit page to add content here.

6. Programming environment of Turbo C software IDE

Empty section. Edit page to add content here.

7. Decision control statements syntax and use

if statement (Choosing One out of Many)

if-else statement (Choosing One out of Two)

Nested if statement

Nested if else statement

Switch-case statement

8. Loops and their importance

for loop

while loop

do while loop

Nested Loops

Infinite loops

9. Declaration, defining and accessing of Arrays

One dimensional array
array traversing
array copying
Two dimensional array
array traversing
array copying
Memory Allocation of arrays
Benefits of using arrays

10. String and string functions

String traversing
Operations on strings
Copy
Matching
Concatenation
String Handling
String Library Functions

Section 3 : Functions Declaration, Defining and Calling

11. Necessity and uses

Empty section. Edit page to add content here.

12. Elements of functions

Prototyping

Declaration

Calling

13. Types of functions

Call by Value

Call by Reference

14. Recursion function

Empty section. Edit page to add content here.

Section 4 : Minor and Major Project Work

Section 5 : Evaluation & Feedback