Section of Code Explanation

sections of code -

  • preprocessor directive - a library for the code to pull from
  • main funtion - body of code
  • expression statement - action for the code to take (followed by a ; )
  • declaration statement - declaring the value of something
  • return statement - the end of the main function, telling the code to finish

Privacy & Terms