PPSC FUNCTIONS

PPSC FUNCTIONS

University

25 Qs

quiz-placeholder

Similar activities

OPC MCQ's

OPC MCQ's

12th Grade - University

20 Qs

Technical Quiz

Technical Quiz

University

20 Qs

C-Py QUIZ | ROUND 1

C-Py QUIZ | ROUND 1

University

20 Qs

Fundamentals of data Structures & Linked list

Fundamentals of data Structures & Linked list

University

20 Qs

C Quest 2.0

C Quest 2.0

University

20 Qs

OCS752_CP_WEEKLY_TEST3 (20.08.2020)

OCS752_CP_WEEKLY_TEST3 (20.08.2020)

University

20 Qs

Java 2D Array

Java 2D Array

University

20 Qs

Functions

Functions

University

20 Qs

PPSC FUNCTIONS

PPSC FUNCTIONS

Assessment

Quiz

Computers

University

Hard

Created by

K.vinay kumar

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

intcal_sum(int a,int b);in this example int at the beginning indicates

name of the function

return type of the function

both function arguments are integers

none of the above functions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Return is a statement used to

Return control back to calling function

Return control and value back to calling function

Return void

Return value to the calling function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The statement used to send back any value to the calling function is

continue

exit

break

return

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Any program in c contains atleast

three functions

two functions

one function

zero functions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A _________function is one that returns no value

float

recursive

void

integer

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Actual and formal parameters must agree in

names and data types

number of arguments and data types

names and number of arguments

data types

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

void funct(void).This function declaration indicates

It returns nothing and no arguments

It returns nothing and had arguments

it returns a value and had arguments

It returns a value and no arguments

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?