Subject Details
Dept     : ECE
Sem      : 1
Regul    : 2022-2023
Faculty : Priyanga S
phone  : NIL
E-mail  : priyanga.s.mca@snsct.org
762
Page views
54
Files
12
Videos
3
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Fundamentals
word
download   open file
Computer Hardware & Software
word
download   open file
Algorithm
word
download   open file
Computer Hardware & Software
word
download   open file
Algorithmic Problem solving
word
download   open file
Notations
word
download   open file
Simple strategies for developing algorithm
word
download   open file
Illustrative problems
UNIT 2:
word
download   open file
Introduction to C programming
word
download   open file
Structure of a C program
word
download   open file
Compilation and Linking process
word
download   open file
C Tokens (Constants, Variables, .... , Delimiters)
word
download   open file
C Tokens (Constants, Variables, .... , Delimiters)
word
download   open file
Variables, Declaring & Initializing Variables
word
download   open file
Data Types
word
download   open file
Operators and Expressions
word
download   open file
Managing Input and Output Operations
word
download   open file
Decision Making and Branching Statements
word
download   open file
Looping Statements
UNIT 3:
word
download   open file
Arrays - Characteristics, Initialization, Declaration
word
download   open file
One Dimensional & Two Dimensional Arrays
word
download   open file
Strings - String Operations
word
download   open file
Sorting
word
download   open file
Searching
word
download   open file
Matrix Operations
UNIT 4:
word
download   open file
Function - Definition of function
word
download   open file
User defined Functions - Declaration of Functions
word
download   open file
Call by value & reference
word
download   open file
Recursion
word
download   open file
Pointers - Definition, Initialization
word
download   open file
Pointer Arithmetic
word
download   open file
Pointer Arrays
UNIT 5:
word
download   open file
Structures - Definition, Declaration, Initialization, Need
word
download   open file
Structure within a Structure
word
download   open file
Union - Definition, Declaration, Initialization & Programs
word
download   open file
Preprocessor Directives