Business Statistics
According to New Revised CBCS syllabus w.e.f. 2019-20
B.B.A. (Computer Application)
Semesters-I
A Text book of
Business Statistics
Author: Surendra Ghatpande
ISBN: 978-93-5016-461-7
Book ID: 1816
According to New Revised CBCS syllabus w.e.f. 2019-20
A Text book of
Author: Dr. Poonam Ponde
ISBN: 978-93-5016-454-6
Book ID: 1814
Contents
1. Introduction to C Language
1. History
2. Program Development Cycle
3. Structure of a 'C' Program
4. Language Fundamentals
5. Operators and Expressions
2. Managing I/O Operations
1. Introduction
2. Unformatted Console I/O Operations
3. Formatted Console I/O Operations
3. Decision Making and Looping
1. Introduction
2. Selection / Decision Making Statements
3. Iterative Statements (LOOP Control Structure)
4. Jump Statements
4. Programs through Conditional and Looping Statements
1. Introduction
2. Programs using Decision Control Statements
3. Programs using Looping statements
5. Arrays and Strings
1. Introduction
2. Array Declaration
3. One Dimensional Array
4. Two-Dimensional Arrays
5. Multidimensional Arrays
6. Limitations of an Array
7. Arrays and Functions
8. String
9. Standard Library String Functions
10. Array of Strings
11. Implementation without standard library functions
6. Functions
1. Introduction
2. Functions and Structured Programming
3. Library and User Defined Functions
4. How a Function Works?
5. Function Declaration and Definition
6. Types of Functions
7. Passing Arguments to a Function
8. Recursion
9. Storage Class
7. Introduction to Pointer
1. Introduction
2. What is a Pointer?
3. Using Pointer
4. Pointer to a Pointer
4. Pointers and Functions
5. Dynamic Memory Allocation
8. Structures
1. Introduction
2. Declaring and Initializing Structure
3. Accessing Structure Members
4. Complex Structures
5. Operations on a Structure
6. Array of Structures
7. Structures and Pointers
8. Structures and Functions