Page:2
Below are the scanned copy of Kerala Public Service Commission (KPSC) Question Paper with answer keys of Exam Name ' Jr Instrctor(Information CommunicationTechnology System Maintenance) ' And exam conducted in the year 2019. And Question paper code was '061/2019/OL'. Medium of question paper was in Malayalam or English . Booklet Alphacode was ''. Answer keys are given at the bottom, but we suggest you to try answering the questions yourself and compare the key along wih to check your performance. Because we would like you to do and practice by yourself.
Question9:-On successful execution, fork returns __ to parent process
A:-0
8:-1
C:-Child process id
D:-Parent process id
Correct Answer:- Option-C
Question10:-Which of the following is used to display the content of a file in octal format?
A:-cat
B:-oct
C:-od
D:-octal
Correct Answer:- Option-C
Question11:-What will be the output of the program?
#include
main()
{ — float b=5, h=2, a;
2 = 1/2 *0*॥);
printf("%f",a);
A:-10
B:-10.000000
C:-0
D:-0.000000
Correct Answer:- Option-D
Question12:-Default return type of a function is
A:-null
B:-void
C:-int
D:-float
Correct Answer:- Option-C
Question13:-Which of the following is the last character of a string
0م
B:-\n
ம்
D:-none of these
Correct Answer:- Option-A
Question14:-Name of an array returns _
A:-First element of the array
B:-Size of the array
C:-Number of elements of the array
D:-Base address of the array
Correct Answer:- Option-D
Question15:-What will be the output of the following program segment?
#include
main()
{ ന;
for (i = 3; 1 <5; i++);
printf("%d",i);
-3, 4
ಣಠ
+~ ८५
D:-None of these
Correct Answer:- Option-B