InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    which of the following is not true about a function ? A. it can store and work on more than one line of code , B.it can be used to perform complex functions which include multiple conditions , C. a function can be used outside of the parent program ,D. once defined a function can be called multiple times throughout the program  | 
                            
| Answer» | |