1 research outputs found
C Programming
reference, 16, 18 remainder, 11 return, 16 rewind(), 5 rules, 1 sample, 13 scanf(), 5, 23 shift, 6 short, 3, 9 sin(), 12 sinh(), 12 sizeof(), 3 source, 11 sqrt(), 12 srand(), 12 string pass, 18 strings, 2 struct, 19, 20 using, 25 structure, 11, 21 subscript, 11 switch(), 13 symbolic, 11 tab, 6 tan(), 12 tanh(), 12 trig, 12 unary, 11 unsigned, 4, 9 variable rules, 2 void, 4, 16 while(), 13, 14 word, 11 RULES braces { } determine the beginning and end of a function body called function In the parenthesis of the function header line (where it appears at the end of the program) each variable is declared with its variable type. The default is integer. i.e. int max_int(float x, float y) p209 The passed of 25 variables need not have the same name as their counterparts in the main function. A function header never ends with a semicolon. case C is case-sensitive comments comments may not be nested declarations Declaration statements may go before function main() for global variables, withi
