Subscribe to Senseye's Blog        RSS Feed
- - - - -

Learning C [Lesson 3]

Icon Leave Comment
Welcome every one to the third of my C lessons


Subject: Simple data types. Instructions.

Content:

  • Data types. Variables;
  • Local variables;
  • Formal parameters;
  • Global variables;
  • Constants.


1. Data types. Variables.

In C exist 5 basic data types:

  • int - integer;
  • char - character;
  • float...
- - - - -

Learning C [Lesson 2]

Icon 2 Comments
General structure of a C program


A prime C program


void main(void){...........}


  • The smallest program, does nothing.
  • Starting from it, you can write any program by adding code inside the braces.
  • Every program contains the main() function and is executed by appealing it (the program can contain and other functions).
  • ...
- - - - -

Learning C [Lesson 1]

Icon Leave Comment
Subject: Generalities. Initiation in C language.

1. Elaboration history.
2. Generalities about C programming environment.

1. First time The C language was invented and implemented by Dennis Ritchie on a DEC PDP-11(1970-1980),



which used Unix O.S. C is the result of an development process which started with an language named ...
Page 1 of 1

June 2013

S M T W T F S
      1
2345678
9101112131415
161718 19 202122
23242526272829
30      

Tags

    Recent Entries

    Recent Comments

    Search My Blog

    0 user(s) viewing

    0 Guests
    0 member(s)
    0 anonymous member(s)

    Categories