Tuesday, November 30, 2010

1.1 Hello World

  • C program consist of functions & variables
  • Functions contain statements that specify the computing operations
  • Variables stores value used during the computation
  • Program begins executing at the beginning of "main" function 
  • Arguments are data values of functions (surrounded by parentheses)
  • On method of communicating data between functions is for the calling function to provide a list of values, called arguments, to the function it calls

No comments:

Post a Comment