Computer Science, asked by aparnag016, 9 months ago

write the rules to follow during programming in small basic.​

Answers

Answered by Anonymous
8

Answer:

Basic ground rules for programming – function parameters and how they are used

Everything not defined is undefined. ...

  • All parameters must be valid. ...
  • All parameters are stable. ...
  • The correct number of parameters is passed with the correct calling convention. ...
  • Function parameter lifetime. ...
  • Input buffers. ...
  • Output buffers.
Similar questions