Course objectives:The objectives of this course is to make students to learn basic principles of Problem solving, implementing through C programming language and to design & develop programming skills. To gain knowledge of data structures and their applications.
Theory Syllabus:
Module -1 : Introduction To C Language
Pseudo code solution to problem, Basic concepts in a C program, Declaration, Assignment & Print statements, Data Types, operators and expressions etc, Programming examples and exercise.
Module -2: Branching And Looping
Two way selection (if, if-else, nested if-else, cascaded if-else), switch statement, ternary operator? Go to, Loops (For, while-do, do-while) in C, break and continue.
Module â?? 3: Functions, Arrays And Strings
Arrays And Strings: Using an array, Using arrays with Functions, Multi-Dimensional arrays. String: Declaring, Initializing, Printing and reading strings, string manipulation functions, String input and output functions, array of strings.
Functions: Functions in C, Argument Passing â?? call by value, call by reference, Functions and program structure, location of functions, void and parameter less Functions, Recursion.
Module-4: Structures And File Management
Basic of structures, structures and Functions, Array of structures, structure Data types, type definition, Defining, opening and closing of files, Input and output operations.
Module-5: Pointers And Preprocessors & Data Structures
Pointers and address, pointers and functions (call by reference) arguments, pointers and arrays, address arithmetic, character pointer and functions, pointers to pointer ,Initialization of pointer arrays, Dynamic memory allocations methods, Introduction to Preprocessors, compiler control Directives.
Introduction to Data Structures: Primitive and non primitive data types, Abstract data types, Definition and applications of Stacks, Queues, Linked Lists and Trees.
Course outcomes:
· Able to draw flowcharts and write algorithms
· Able design and development of C problem solving skills.
· Able design and develop modular programming skills.
· Effective utilization of memory using pointer technology
· Understands the basic concepts of pointers and data structures.