Search:

Type: Posts; User: Matticus

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,545

    One more point: 'l' (lower case L) is a poor...

    One more point: 'l' (lower case L) is a poor variable name, as in some character sets, it can be confused with the number one or a capital 'i'. You can, and should, make your variable names more...
  2. Replies
    3
    Views
    1,545

    Your understanding of functions is slightly off....

    Your understanding of functions is slightly off.

    Here is your function:



    int max_of_3(int x, int y, int z)


    That means within this function, there are three integer variables (x, y, and...
Results 1 to 2 of 2