Programming Using C
This program talks about the basic commands and constructs of C and introduces the participants to the modular/structural programming approach.
Contents
- Input-output functions, data types and
- conditional statements
- Control flow statements
- Operators and arrays
- Pointers
- Modular Programming
- File Handling
- Structures and used-defined data types
- Low level input/output
Exit Profile
- C Programmer
Profile Detail
Candidate will be a C Programmer, capable of programming using C language, working with Functions, Operators and Structures
Programming Using C++
Course Curriculum
Object-Oriented Concepts
You will learn about the Object-Oriented Programming structure and how to code on the OOPS concept.
Objects
You will learn about Objects in C++ programming and how to create objects in your program.
Encapsulation and Abstraction
You will learn the concepts of data encapsulation and abstraction in C++ programming, how to protect and abstract data in C++.
Operators
This module will teach you about various operators in C++ and how to use them in your programs.
Arrays
You will learn about Arrays and how to use them to store data and values in your programs.
Functions
Programs are incomplete without Functions. You will learn how to define and call functions in C++
Constructors and Destructors
This module will introduce you to Constructors and Destructors’ concepts in C++ programming and how to use them.
Polymorphism, Inheritance
You will get to know about the concept of polymorphism and inheritance along with its implementation.
Polymorphism and Multiple Inheritance
This module will guide you on how multiple inheritance works and how you inherit your parent class properties.
Linked List
This module will discuss Linked List as a data structure to manage and store data in a defined way. You will learn about Linked list and its implementation.