Thursday, October 25, 2012

How to use operations in C language.

Name : Chhorn Bros
Major : TMD

It is the third videos that I have been created and I want to  sharing my knowledge, how to use run C program in VB.net and to use arithmetic operations in C language.

1.C program has the following variables.

    int i=8,j=5,k;
    float x=0.005,y=-0.01, z;

2. 10 Questions and talking about  operations to be processed

    1. (3*i-2*j)%(2*j-4)
    2. 2*((i/5)+(4*(j-3))%(i+j-2))
    3. (i-3 *j) % ( 12 +2 *j ) / ( x - y )
    4. -(i + j )
    5. ++i
    6. j!=6
    7. ! ( i <= j )
    8. i %= j
    9. k = ( j ==5) ? i : j
    10.k = ( j > 5 ) ? i : j



This link to Video.

No comments:

Post a Comment