Posts

Showing posts from September, 2014

C Programming Lectures......calculator

C Programming Lectures...Introducing Variables....

C Programming Lectures...Data Types..

Lecture Notes For CCNA

CHAPTER 7 - LAN SWITCHING

Lecture Notes For CCNA

CHAPTER 6- SECURITY

Lecture Notes For CCNA

CHAPTER 5 - Routing!

Lecture Notes For CCNA

CHAPTER 4 - NETWORK PROTOCOLS

Lecture Notes For CCNA

Chapter 3 - IOS

Lecture Notes For CCNA

Chapter 2- WAN Protocols

Lecture Notes For CCNA

CCNA Chapter 1: 7 layers  OSI  model :

Understanding Header Files

  Collection of pre-defined Function Necessary For the operation of a program.                                 Names of the header files finish with .H Header Files 1-       String. H –Contains String Manipulation Function. 2-       Alloc. H – Includes memory allocation Function. 3-       Time .H – Consists of time related Function 4-       Conio. H – Console input & output Function 5-        Ctype  H – Include type conversion function 6-       Stdlib. H – Standard Library function 7-       Graphics .H – Has Graphics Function 8-       Dos .H – Define date , time & Sound Related Function 9-       Process. H – Contains System Related Function Note - Several of the header files provided with the OS end with . Inc (Include file) Additional header files Can be Found in Either /User/Include or Usr/Include/Sys directory.  The Main ( ) is surrounded by the Curly bracket has two parts. Declaratory part – Declaring Variables Achievable part

Structure of ‘C’ Program

The Structure of ‘C’ Program “C Language also has the Standard Structure “                 < Include Header Files >                 [Global Declarations]                 Main ( )                      {                          < Local Declarations>;                            < Statements>;                      }              //    Execution Start from the main ( )  1-Printing a Text Message # Include <Stdio.h>  Main ( )                   {                                   Printf (“Welcome to C Programming”); }              

Compiler & Interpreter

Compiler & Interpreter                  Compiler -  o    Transform Source Code into Machine Code. o    Perform Checks the whole Program  o    C-Language is Compiler based program.                 Interpreter – o    Performs checks Line by Line. o    Slower than a Compiler. o    Similar to Compiler. Source.C – |Compiler|--- – Source. Obj – |Linker-|---Source.Exe

The Programming Languages

The Programming Languages                 Artificial Languages used to Control the Behavior & Properties of a Computer.                 Syntax - that refers to the Spelling & Grammar.                 Uses - Application Development (Payroll, Banking and Reservation) etc.                 Utilities -Predefined API                 Servers -Share data to Other Computers                 System Programs –OS               T ypes – o      Low Level or machine Language. o    Assembly Language o    High Level Language o    Procedural or Structural Language. o    Low Level Language - Contains Numerical data o    Easily understood by Computers o    Difficult to understand by Humans o    Assembly Language - o    Similar to the Machine Language o    Contains Characters. o    High Level Language – o    Used to develop Complex Applications o    Closer to the Human Language, But It is not dependent on any particular Computers. o    Procedura

Inspire With C Programming

Inspire With C Programming UNIX OS : Widely Used in both Servers & Work Stations. Direct-X:  Application Program Interface (API) o    Creating & Managing Graphics etc. Written in C, visual C/C++, or Java.            SDL-Simple direct media Layer/Library ·          Supports 20 graphics, Open GL, Sound, Events, Threads, Networking ·          Written in C, also Ada, C#, Eiffel, Erlang, Euphoria, Java, and Lisp etc.  Frame Works -       Apple’s Mac Applications.           Symantec’s think class Libraries.

Course Objectives in C Programming

Course Objectives in C Programming ·          The Basic Element of C Writing a C Program ·          Data Types ·          Declaring Variables ·          Operators Looping & Conditional Statements ·          Arrays ·          Modular Programs – Functions ·          Pointers ·          Dynamic Memory Allocations ·          Preprocessors Directives ·          Structures & Unions ·          File Management Systems ·          Types of Sorting ·          Advanced Types, Enumerations ·          Data Structures ·          Linked Lists ·          Mathematical & Character Handling Functions

SEO For Blogger Blog Part 2

SEO For Blogger Blog Part 1

How to Create a Blog on Blogger Part- 5

How to Create a Blog on Blogger Part- 4

How to Create a Blog on Blogger Part- 3

How to Create a Blog on Blogger Part- 1

Programming in C Part 10

Programming in C Part 9

Programming in C Part 8

Programming in C Part 7

MS Excel Part -4 in MS Office 2007

MS Excel Part -3 in MS Office 2007

MS Excel Part -2 in MS Office 2007

MS Excel Part -1 in MS Office 2007

MS Word 2007 Part - 9 in MS-Office

MS Word 2007 Part - 8 in MS-Office

MS Word 2007 Part - 7 in MS-Office

MS Word 2007 Part - 6 in MS-Office

MS Word 2007 Part - 5 in MS-Office

MS Word 2007 Part - 4 in MS-Office

MS Word 2007 Part - 3 in MS-Office

MS Word 2007 Part - 2 in MS-Office

MS Word 2007 Part - 1 in MS-Office

Web Design With HTML Part 10

Web Design With HTML Part 9

Web Design With HTML Part 8

Web Design With HTML Part 7

Web Design With HTML Part 6

Web Design With HTML Part 5

Web Design With HTML Part 4

Web Design With HTML Part 3

Web Design With HTML Part 2

Web Design With HTML Part 1

Programming in C Part 6

Programming in C Part 5

Programming in C Part 4

Programming in C Part 3

Programming in C Part 2

Programming in C Part 1

Programming Languages C C++ Java C# VB PHP Java Script

Accounting in Tally Part -3

Accounting in Tally Part - 2

Accounting in Tally Part -1

Company Creation / Modification / Deletion in Tally  Part - 1

Web Design Class Lectures Part-11

Web Design Class Lectures Part-10

Web Design Class Lectures Part-9

Web Design Class Lectures Part-8

Web Design Class Lectures Part-7

Web Design Class Lectures Part-6

Web Design Class Lectures Part-5

Web Design Class Lectures Part-4

Web Design Class Lectures Part-3

Web Design Class Lectures Part -2

Web Design Class Lectures Part-1

CCNA Exam Trick 14

CCNA Exam Trick 13

CCNA Exam Trick 12

CCNA Exam Trick 11

CCNA Exam Trick 10

CCNA Exam Trick 9

CCNA Exam Trick 8

CCNA Exam Trick 7

CCNA Exam Trick 5

CCNA Exam Trick 4

CCNA Exam Trick 3

Uses of C Programming Language

Uses of ‘C’ Language 

What is C

||What is “C”||

History of C

History of C