More Classes
5th Class
6th Class
7th Class
8th Class
9th Class
10th Class
11th Class
12th Class
NAT I
NAT II
CSS
IQ
General Knowledge
MDCAT
ECAT
GAT General
GAT Subject
Other Links
Go to Home
Online Tests
10th Class Computer Science Unit 5 Loop Structure English Medium KPK Boards Online Mcqs MCQs With Answers
Question # 1
Which function is to desplay anything on computer screen.
Choose an answer
output
Input
Scanf
Print f
Previous
Skip
Next
Question # 2
Which is approach of good problem solver.
Choose an answer
Divide
Divide and conquer
Simple problem
Complex problem
Previous
Skip
Next
Question # 3
If the definition of called function appears before the definition of calling functiion, then ...... is not required.
Choose an answer
Function signature
Call
Read
Function
Previous
Skip
Next
Question # 4
The _______ does not describe how the function performs the task assigned to it.
Choose an answer
Return value
Function signature
Output
Reader
Previous
Skip
Next
Question # 5
Functions could be bult-in of...........
Choose an answer
Admin define
Server define
User define
Both a and b
Previous
Skip
Next
Question # 6
The functions whihc are available in C standard Library are called.
Choose an answer
User define
Built - in
Recursive
Repetition
Previous
Skip
Next
Question # 7
How many types of function.
Choose an answer
1
2
3
4
Previous
Skip
Next
Question # 8
The functions which are available in C standard Library are called.
Choose an answer
Built in function
Library functions
Standard functions
All of these
Previous
Skip
Next
Question # 9
Which is wrong return statement.
Choose an answer
Return x
Return (x,y)
Retrun (4,5)
Both b and c
Previous
Skip
Next
Question # 10
Which means to transfer the control to that particular location.
Choose an answer
Calling the function
Opening the function
Body the function
Closing the function
Previous
Skip
Next
Question # 11
Output of the function is called its.
Choose an answer
Return values
Input
Output
Reader
Previous
Skip
Next
Back