Search Header Logo

Programming in C functions

Authored by Suresh Mamidisetti

Other

University

Used 4+ times

Programming in C functions
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 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 QUESTION

30 sec • 1 pt

A function which calls itself is called a ___ function.

Self Function

Auto Function

Recursive Function

Static Function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The keyword used to transfer control from a function back to the calling function is

switch

goto

go back

return

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the types of functions in C Language?

Library Functions

User Defined Functions

Both Library and User Defined

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Every C Program should contain which function?

printf()

show()

scanf()

main()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Arguments passed to a function in C language are called ___ arguments.

Formal arguments

Actual Arguments

Definite Arguments

Ideal Arguments

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid function call (assuming the function exists)?

funct;

funct x, y;

funct();

int funct();

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?