Answer

Question 1.

#include <stdio.h>

main( )

{

printf ("Hello.\n This is my first C Program.\n");

return 0;

}

Question 2

#include <stdio.h>

main( )

{

int num1,num 2,product;

num1=4; num2=6;

product=num1*num2;

printf("The multiplication of 4 and 6 is %d .\n",product);

return 0;

}

Cut your own wood and it will warm you twice.

©Allright reserved 2000.

kamikazen.triopd.com