(A) Arithmetic operator
(B) Relational operator
(C) Check operator
(D) Logical
(A) Arithmetic operator
(B) Relational operator
(C) Check operator
(D) Logical operator
37. Which of these characters is
correct in C language? (/2)
(A) “here” (B) “a”
(C) ‘a’ (D) None
38. C Which option is correct
about language? (/2)
(A) c is not a case-sensitive language
(B) Can use keywords as names
of variables
(C) All logical operators are binary
(D) None
39. The C language provides
_____ functions to display output.
(/2)
(A) scanf (B) print f
(C) main (D) auto
40. ______ statements specify the
o r d e r i n w h i c h p r o g r a m
statements will be executed. (/2)
(A) Loop (B) Conditional
(C) Control (D) First three
41. A condition can be a ny
_____expression. (/2)
(A) Arithmetic (B) Relational
(C) Logical
(D) Arithmetic, relational or logical
42. According to ___ __, all
statements are executed in the
given order. (/2)
(A) Repetition control
(B) Conditional control
(C) Sequential control
(D) Random control
43. Array is a____structure. (/2)
(A) Loop (B) Control
(C) Data (D) Conditional
44. _____ is a unique identifier
that refers to an array. (/2)
(A) Data type (B) Array name
(C) Array size (D) None
45. Arrays can be initialized ____
of the declaration. (/2)
(A) Time (B) After
(C) in side (D) both a and b
46. Using loops within loops is
called ____loops. (/2)
(A) for (B) while
(C) do-while (D) nested
47. To initialize an array in a
statement it _____initialize the
declaration. (/2)
(A) Time (B) After
(C) First (D) Both a and b
48. The strategy of solving a big
problem by dividing it into small
parts is called ______. (/2)
(A) Analysis
(B) Divide and conquer
(C) Synthesis (D) Deduction
4 9 . A _ _ _ _ _ i s a b l o c k o f
stateme nts tha t pe rforms a
specific task. (/2)
(A) Function
(B) Selection Structure
(C) Conditional Structure (D) Hey
50. The input of the function is
called ____. (/2)
(A) Return Receive
(B) Arguments
(C) Parameters (D) Procedure
51. _____ defines the inputs and
outputs of the function. (/2)
(A) Function Definition
(B) Function Declaration
(C) Function Signature
(D) Function Initialization
52. The following is a selection
statement: (/2)
(A) if statement
(B) if-else statement
(C) both a and b
(D) else statement
53. Every programming language
has some basic building blocks
that adhere to some programming
principles called ____. (/1)
(A) Programming Rules
(B) Syntax
(C) Structural Elements
(D) Semantic Rules
54. _____ is used in the service
c o d e t o f u r t he r d e f i n e t he
algorithms and procedures used
by the program. (/1)
(A) Messages (B) Signals
(C) Comments (D) Explanations
55. A series or list of instructions
is called: (/1)
(A) Hardware (B) Software
(D) Operating System
(C) Firmware
56 . The proc e ss of s toring
instructions in a computer is
called: (/1)
(A) Comments (B) IDE
(C) Programming (D) Syntax
57. A person who knows how to
write a computer program is
called: (/1)
(A) System Analyst
(B) Computer Program
(C) Computer Designer
(D) Computer Operator
58. Programmers write computer
programs in special languages
called: (/1)
(A) Special Program
(B) English Programme
(C) Programming language
(D) None of these
59. Who created the c-language?
(/1)
(A) Kathleen (B) Jeff Beddoes
(C) Thomas Curtner
(D) Dennis Ritchie
60 . c ombine s a ll the ma jor
programming tools to form: (/1)
(A) Programming Environment
(B) Text Editor
(C) IDE (D) Program Centex
61. In C language there _______
types of loop structure. (/1)
(A) 2 (B) 3
(C) 4 (D) 5
62. GUI stands for: (/1)
(A) Graphical user interface
(B) Graphical user interaction
(C) Graphical uniform interface
(D) Graphical uniform interaction
63. Which of the following is a text
editor program: (/1)
(A) Notepad (B) Text Edit
(C) WordPad (D) All
64. Which of these is IDE of C
programming language? (/1)
(A) code :: Blocks (B) Dave C++
(C) X-Code (D) All of these
65. The C language provides
_____ functions to take input from
the user. (/1)
(A) scanf (B) print f
(C) main (D) auto
66. printf is a ____ function to
display the output on the screen.
(/1)
(A) Main function
(B) User defined function
(C) Built-in function
(D) Return function
67. printf derives its name from
_____. (/1)
(A) print functions (B) print formatted
(C) print form (D) print free
68. It is used to format data in
input and output operations: (/1)
(A) printf (B) scanf
(C) format specifier
(D) escape sequence
69. A format specifier is preceded
by a ____ sign. (/1)
(A) % (B) & (C) = (D) !
70. The format specifier for the int
data type is: (/1)
(A) %c (B) %f (C) %d (D) %t
71. The format specifier for a float
data type is: (/1)
(A) %d (B) %f (C) %c (D) %i
72. The format specifier for a
character data type is: (/1)
(A) %d (B) %c (C) %i (D) %
Leave a Reply