learnprogramming123

LEARN PROGRAMMING 123
your resources to programming and free tutition



Navigation

 
C
 
C++ soon here!
VB - soon here!

Search

 

 

 

 

Next Back

 

1.    Enter the program example 1 (found is lesson 2) into the editor. Save it as First.c.

2.    Discover what happens if you modify the code as follows:

void main()
{
    printf("My first program in C.");
    getch();
}

You should compile and run your program several times again.

3.    Write a program which outputs your name and your age on different lines.

go to lesson 2

Q. Why do blondes have legs?
A: To get between the bedroom and the kitchen.


 






Hosted by www.Geocities.ws

1