Lec 5: If - Computing 1 Richard Buckland UNSW (draft)

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 2

  • @ohmlaw123
    @ohmlaw123 11 лет назад

    Why is it better? Our style guide specifies to leave it on the same line

  • @raviel381
    @raviel381 11 лет назад

    Richard, I think it'd be better if you put the { a line below the function declaration. Eg.
    Int maint ( int argc, char *argv[])
    {
    //function goes here
    }.
    Also, I'm a Comp1917 student of year 2013 S1. Please show us the different form of printf variable, and by that i mean %f, %s %c etc.