Using the older style of function declaration (as below) is: float sinf(x) float x; { … }

Last Updated on May 5, 2022 by Admin 2

Using the older style of function declaration (as below) is:

float sinf(x) float x; { ... }

  • very convenient as it is more concise than the modern style
  • highly recommended as it is more elegant
  • very risky as the compiler checks neither the number of arguments nor their types
  • a matter of tradition and good taste
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments