Procedure Oriented Programming in C
  • Procedure Oriented Programming in C

Procedure Oriented Programming in C

₹130.00
Tax excluded
1243
12 Items

Specific References

According to New Revised Syllabus w.e.f. 2009 PUNE, Maharashtra (INDIA)


Text Book of Procedure Oriented Programming in C

FY BCA (Kolhapur)

Author : Rajashri Mohite

Book ID : 1243

Quantity
In Stock

Contents

1. Problem Solving Methods 

1.1 Problem and problem analysis tools 

1.2 Algorithm  

1.3 Flowchart  

1.4 Converting algorithms to flowcharts

1.5 Pseudo code

1.6 Desirable program characteristics   

Summary 

2. Introduction to C

2.1 Introduction     

2.2 The C character set    

2.3 C tokens   

2.4 Operators used in C language 

2.5 Structure of C program 

2.6 Statements / instructions in C     

2.7 Header files     

2.8 Escape sequence / backslash / white space characters 

2.9 Input and output functions used in C     

Summary 

3. Control Structures

3.1 Control statements     

Summary 

4. Arrays and Functions

4.1 Arrays     

4.2 Functions                                 

4.3 Storage classes of a variable

4.4 Preprocessors    

Summary

5. Pointers

5.1 Pointers   

5.2 Pointer arithmetic     

5.3 Dynamic memory allocation    

5.4 Functions call by value

5.5 Functions call by reference

5.6 Pointer to function declaration    

Summary 

6. Structure and Union     

6.1 Structure  

6.2 Difference between array and structure   

6.3 Structure within a structure (Nested Structure)

6.4 Initializing structure within structure  

6.5 Union

6.6 Difference between structure and union   

6.7 Typedef keyword  

6.8 Enumerations     

Summary 

7. File Handling

7.1 File handling concepts 

7.2 Difference between text and binary file  

Summary