Dot Net
BASICS OF C
- History and Features of C
- Importance of C
- About Procedural Language
- Role of Compiler
- Role of Interpreter
- The Structure of a C Program
- Writing C Programs
- Building an Executable Version of a C Program
- Debugging a C Program
- Debugging a C Program
CONTROL STATEMENT
- The IF.....ELSE Statement
- IF......ELSE ladder
- Nesting of IF.....ELSE Statements
- The Switching Statements
- The while statement
- FOR Statements
AN OVERVIEW OF C AND BUZZWORDS
- Data Type, Variable
- Operators
- Control Statement
- Preprocessor Directives Input and Output Operators
- Reading/Writing Charecters
- Formatted input/output Function
ARRAY IN C
- Array : What and Why?
- One Dementions Arrays
- Two Dementions Arrays
- Multi Dimentions Arrays
- Dynamic Arrays