<<<<<< SOME CLEANING SUBROUTINE >>>>>>

ENCORE2



ENCORE1

    <<<<<< REVIEW CLEANING SUBROUTINE >>>>>>

BOX

                       REVIEW                        


GO

 Which of the following identifiers is illegal?

 a  _chapter_1
 b  1_chapter_
 c  _1chapter_1
 Select one: 
 That is correct!
 You've got it on the 2nd try.
 You've got it finally!
 Sorry, try again.
 No, try one more time.
 Please review Topic 2:  C Identifiers!
    

FORGET1

 The correct answer is  b , a legal
 identifier never starts with a digit!
 Which of the following statements is TRUE?

 a  Braces may delimit any statement.
 b  Braces delimit functions or argument lists.
 c  Standard C library functions are explicitly linked during the
    compile stage using the "-lstandard" option.
 d  The standard C library is included in a C function 
    with the statement #include <stdio.h>
 Select one: 
 That is correct!
 You've got it on the 2nd try.
 You've got it finally!
 Sorry, try again.
 No, try one more time.
 Please review Topic 3:  Braces, Standard C Library Functions
    

FORGET2

 The correct answer is  a .  The standard C library 
 functions are included automatically during the linking phase.
 Braces do not delimit argument lists
 A variable declared as char[27] can hold at least
 13 variables of type: ___________.

 Answer here: 
 That is correct!
 You've got it on the 2nd try.
 You've got it finally!
 Sorry, try again.
 No, try one more time.
 Please review Topic 3:  Braces, Standard C Library Functions
    

FORGET3

 The correct answer is  char .