C Language
http://myscopecomputers.blogspot.in/2017/09/c-language_29.html
Duration: 2 Months
C is a general-purpose, high-level language that was originally developed by Dennis M. Ritchie to develop the UNIX operating system at Bell Labs. C was originally first implemented on the DEC PDP-11 computer in 1972. In 1978, Brian Kernighan and Dennis Ritchie produced the first publicly available description of C, now known as the K&R standard.
The UNIX operating system, the C compiler, and essentially all UNIX applications programs have been written in C. The C has now become a widely used professional language for various reasons.
>>Introduction to Programming: The Basic Model of Computation, Algorithms, Flow-charts, Programming Languages, Compilation, Linking and Loading, Testing and Debugging, Documentation.
>>Algorithms for Problem Solving: Exchanging values of two variables, summation of a set of numbers
>>Introduction to ‘C’ Language : Character set, Variables and Identifiers, Built-in Data Types, Variable Definition, Arithmetic operators and Expressions, Constants and Literals, Simple assignment statement, Basic Input/output statement, Simple ‘C’ programs.
>>Conditional Statements and Loops Decision making within a program, Conditions, Relational Operators, Logical Connectives, if statement, if-else statement, Loops: while loop, do While, for loop, Nested loops, Infinite loops, Switch statement,structured Programming.
>>Arrays : One dimensional array: Array manipulation, Searching, Insertion, Deletion of an element from an array, finding the largest/smallest element in an array, two dimensional arrays, Addition/Multiplication of two matrices, Transpose of a square matrix, Null terminated strings as array of characters, Standard library string functions
>>Functions : Top-down approach of problem solving, Modular programming and functions, Standard Library of C functions, Prototype of a function: Formal parameter list, Return Type, Function call, Block structure, passing arguments to a Function: call by reference; call by value, Recursive Functions, arrays as function arguments.
>>Storage Classes : Scope and extent, Storage Classes in a single source file, auto, extern and static, register, Storage Classes in a multiple source files, extern and static.
>>Structures and Unions : Structure variables, initialization, structure assignment, nested structure, structures and functions, structures and arrays, arrays of structures, structures containing arrays, unions.
>>Pointers : Address operators, pointer type declaration, pointer assignment, pointer initialization, pointer arithmetic, functions and pointers, Arrays and Pointers, pointer arrays, pointers and structures, dynamic memory allocation.
>>Self Referential Structures and Linked Lists : Creation of a singly connected linked list, traversing a linked list, Insertion into a linked list, Deletion from a linked list.
C Language Scope Computers, the best computer education and AUTOCAD training institute in jodhpur. .
29/09/2017
29/09/2017
28/09/2017