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.
Why is it better? Our style guide specifies to leave it on the same line
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.