Saturday 17 November 2012

Programming with C Language - Self Assesment Questions

Programming with C1.6 Terminal Questions
Terminal Questions
  1. _____ enhance the basic instructions of C language
  2. C was originally developed by _____
  3. What are the major components of a C program?
  4. What significance is attached to the function main?
  5. What are arguments? Where do arguments appear within a C program?
Programming with C1.8 Answers to Terminal Questions
Answers to Terminal Questions 1. Library functions 2.    Dennis Ritchie 3.    Documentation section, Link section, Definition section, Global declaration section, main() function section, Subprogram section 4.    main is the function that will be "called'' first when our program starts running. 5.    The arguments are symbols that represent information being passed between the function and other parts of the program. They appear in the function heading.

No comments:

Post a Comment