Search:

Type: Posts; User: laserlight

Search: Search took 0.47 seconds.

  1. There's no need to close it :)

    There's no need to close it :)
  2. Declare main as returning an int. You should...

    Declare main as returning an int. You should indent your code properly, e.g.,

    #include <stdio.h>

    int main(void)
    {
    int i, j, k, m = 0;

    for (i = 1; i <= 5; i += 2)
    {
Results 1 to 2 of 2