C Programming Simple algebraic

 04 October 20:45   

    In C, simple algebraic is actual simple to handle. The afterward operators exist: + (addition), - (subtraction),

    The algebraic adjustment of operations does apply. For archetype (2 + 3)

    Assignment in C is simple. You acknowledge the blazon of variable, the name of the capricious and what its according to. For example, int x = 0; bifold y = 0.0; burn z = a;

    


    #include

    int main()

     acknowledgment 0;

    }

    


    will affectation the following:

    


    i equals: 0 j equals: 1

    i equals: 1 j equals: 2

    i equals: 2 j equals: 3

    i equals: 3 j equals: 4

    i equals: 4 j equals: 5

    

 


Tags: simple, programming

 equals, simple, , simple math, programming simple math,

Share C Programming Simple algebraic: Digg it!   Google Bookmarks   Del.icio.us   Yahoo! MyWeb   Furl  Binklist   Reddit!   Stumble Upon   Technorati   Windows Live   Bookmark

Text link code :
Hyper link code:

Also see ...

Permalink
Article In : Computers & Technology  -  Programming