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 English Medium KPK Boards Online Mcqs MCQs With Answers
Question # 1
Which operator is used to multiply two values ?
Choose an answer
+
*
%
!
Previous
Skip
Next
Question # 2
Which operator is used to divide the value on left side by the value on right side ?
Choose an answer
\
/
+
-
Previous
Skip
Next
Question # 3
Which format specifier is used for integer data type ?
Choose an answer
%d
%i
both a and b
none of these
Previous
Skip
Next
Question # 4
Which describe imput and output of the function.
Choose an answer
Calling
Function signature
Routine
work
Previous
Skip
Next
Question # 5
Which are the statements in a program that are ignored by the compiler ?
Choose an answer
comments
common verb
end sensitive
section sensitive
Previous
Skip
Next
Question # 6
How many types of comments in C language are ?
Choose an answer
1
2
3
6
Previous
Skip
Next
Question # 7
Which is a built-in function in C language that takes input from user into the variables ?
Choose an answer
printf()
scanf()
input
print
Previous
Skip
Next
Question # 8
We can call a suer -defined function from another user defined function, same as we call other functions in ........... function.
Choose an answer
Main
Call
Define
Out
Previous
Skip
Next
Question # 9
The process of running a program is called:
Choose an answer
debugging
compiling
execution
using
Previous
Skip
Next
Question # 10
All the statements inside these ______ make the body of main function:
Choose an answer
{ }
()
??
==
Previous
Skip
Next
Question # 11
Assigning values to an array for the fist times is called.
Choose an answer
Assign value
Array utilization
Control array
Array initialization
Previous
Skip
Next
Question # 12
The execution of program starts from:
Choose an answer
main section
headersection
header file
#include
Previous
Skip
Next
Back