Home / Report Question

Q. Choose a correct statement about C Language Functions.
  • A. A function name can not be same as a predefined C Keyword.
  • B. A function name can start with an Underscore( _ ) or A to Z or a to z.
  • C. Default return type of any function is an Integer.
  • D. All of the above