MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    Which of the following function declaration is illegal? | 
                            
| A. | int 1bhk(int); | 
| B. | int 1bhk(int a); | 
| C. | int 2bhk(int*, int []); | 
| D. | all of the mentioned | 
| Answer» D. all of the mentioned | |