Computers

University

Image

C/C++ C Function

252
plays

12 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    Choose correct statement about Functions in C Language

    A Function is a group of c statements which can be reused any number of times

    Every Function has a return type

    Every Function may no may not return a value

    All the above

  • 2. Multiple Choice
    30 seconds
    1 pt
    Image

    Choose a correct statement about C Function?

    "main" is the name of default must and should Function

    main() is same as int main()

    By default, return 0 is added as the last statement of a function without specific return type

    All the above

  • 3. Multiple Choice
    30 seconds
    1 pt

    A function which calls itself is called a ___ function.

    Self Function

    Auto Function

    Recursive Function

    Static Function

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?