Search:

Type: Posts; User: sonjared

Search: Search took 0.01 seconds.

  1. Replies
    21
    Views
    2,572

    mod means modulo. In C you can get a similar...

    mod means modulo. In C you can get a similar effect with the remainder operator (%).
  2. Replies
    21
    Views
    2,572

    Compare and contrast the code you posted with the...

    Compare and contrast the code you posted with the following. Note the use of == instead of =, that is what anduril462 is probably looking at:


    #include <stdio.h>
    #include <stdlib.h>

    int...
Results 1 to 2 of 2