OVERVIEW OF C PROGRAMMING
- 2.1. Introduction to C programming
 - 2.2. History and Importance of C
 - 2.6 Tokens in C (Character set, Keywords and Identifiers)
 - 2.4 Basic Structure of a C Program
 - 2.5. Preprocessor Directives
 - 2.3. C Headers and Library Functions
 - 2.8. Data Types, Variables and Constants
 - 2.7. Type Casting (Implicit and Explicit)
 - 2.9. IDE for C Programming
 
INTRODUCTION TO C PROGRAMMING
OPERATOR AND EXPRESSIONS
CHAPTER 4. INPUT AND OUTPUT
CHAPTER 5. CONTROL STRUCTURES
ARRAY , POINTER AND STRING
- Introduction to an Array
 - One-dimensional Array
 - Two-dimensional Array in C
 - Multidimensional Array in c
 - Definition of a Pointer
 - Pointer Declaration
 - Pointer Arithmetic
 - Relationship between Pointer and Arrays in C
 - Solved Question- Array and Pointer
 - Introduction to String
 - String Handling Function
 - String Solved Question
 
USER- DEFINED FUNCTIONS
PRACTICE QUESTIONS(ASSIGNMENT)
LAB WORK
MULTIPLE CHOICE QUESTION
STRUCTURE
FILE MANAGEMENT
- Introduction
 - Binary and Text File in C
 - File Opening Modes
 - Defining, Opening and Closing File
 - Input-output operations on files
 - Character I/O (fputc(), fgetc())
 - String I/O (fgets(), fputs())
 - Formatted I/O (fscanf(), fprintf())
 - Record I/O (fwrite(), fread())
 - Overview of Random File Access
 - Error handling
 - Solved Question- File
 
RECENT TRENDS IN PROGRAMMING
OLD QUESTION BANK SOLUTION
- C OLD QUESTION-2078-BHADRA -IOE
 - C PROGRAMMING OLD QUESTION SOLUTION-2079-BHADRA -IOE
 - C PROGRAMMING OLD QUESTION SOLUTION-2076-CHAITRA -IOE
 - C PROGRAMMING OLD QUESTION SOLUTION-2074-CHAITRA -IOE
 - C PROGRAMMING OLD QUESTION SOLUTION-2074-ASHWIN -IOE
 - C PROGRAMMING OLD QUESTION SOLUTION-2067-ASHADH -IOE
 - C Programming Old Question Solution-2066-Shrawan -Ioe
 - C PROGRAMMING OLD QUESTION SOLUTION-2069-ASHAD -IOE
 - C Old Question Solution-2070 Chaitra IOE
 - C Old Question Solution-2070 Ashad
 - C Old Question -2071 Chaitra-IOE
 - C Old Question Solution-2071 Shrawan
 - C Old Question Solution-2068 Baisakh
 - C SAMPLE QUESTION SOLUTION-2080
 
OLD QUESTION BANK
C PROJECT IDEAS
SAMPLE QUESTION 2080 AND SOLUTION
1.1 Definition of a computer program and programming language
COMPUTER PROGRAMMING , IOE ,TU
Computer programming or coding is the composition of sequences of instructions, called programs, that computers can follow to perform tasks.
A programming language is a system of notation for writing computer programs. A programming language is usually described in terms of its syntax and semantics.