BCA Syllabus Shivaji University | BCA C Programming Syllabus
In this article BCA Syllabus Shivaji University we give information about BCA C Programming Syllabus for BCA 1st year SEM-I syllabus in detailed with simple notes.
BCA Syllabus Shivaji University:
Procedure Oriented Programming:-
Unit I:- Basics of C Programming
Problem definition, problem analysis
Algorithms:- Definition, Characteristics, Advantages and Disadvantages.
Algorithm Examples | Algorithm Simple Example | Factorial Algorithm
Flow chart:- Definition, Symbols, Advantages and Disadvantages and Types of errors in programming.
Flowchart Examples | Flowchart in C Programming | Factorial Flowchart
C Program Structure with The First ‘c’ Program
Keywords, Identifiers, Constant, C Tokens and Types of Constants.
Define Variable, Initialize and Declare Variables in C , Data Types in C.
Operators in C Programming:-
- Arithmetic operators, Relational operators, Logical operators, Assignments operators
- Increment and Decrements operators, Conditional operators, Bitwise operators, Special operators
Managing Input/output Statement:-
Branching Statements –
- Introduction, if statement, if-else Statement, Nested If-else statement
- Switch case statement.
- Unconditional statements: break, continue, exit and goto.
Unit II:- Control Statements and Array
Definition of Loop, Types of looping statement. While Loop.
While and Do While Difference | Difference Between While and Do While
Unit III:- User Defined Functions and Pointer
Types of Variable: Local and global variable
Recursive Function in C | Recursion Program in C | Recursion Advantages
Storage classes in C | Explain storage classes in C
Pointers in C language | Pointer definition in C | Pointer in C example
Pointers And Arrays: – Pointers and One dimensional Arrays
Call by value and call by reference
Unit IV:- Structures, Union and File Handling
Definition and declaration of structure, Nested Structure
Array of Structure and Array within Structure
Definition and declaration of union, Difference between Structure and Union
File Handling:
File Handling Functions:-
fputc(), fputs(), fgetc(), fprintf(), fscanf()
fseek(), getw() and putw(), ftell(), rewind()
Some More: DBMS/ WT/ DMDW
All Simple, Conditional, Looping, Array and String Based Programs:-
- C Language Basic Programs | Basic C Programs For Beginners
- if else program in C | if statement in C example | if else example in C
- Switch case program | Switch case program in C | goto example in c
- while loop programs in C | looping programs | do while programs in C
- Pattern Program in C | Star Pattern in C | Star Programs in C
- Array example in C | Array Programs in C | Simple Array Program in C
- String programs in C | Palindrome string program in C