PPS Bit-Bank
PPS Bit-Bank
(Sponsored by Sangam Laxmibai Vidyapeet, Accredited by NAAC with A Grade, Approved by AICTE and Affiliated to JNTUH)
Vinaynagar, IS Sadan Crossroads, Saidabad, Hyderabad – 500 059, Telangana. www.brecw.ac.in
2. The software tool that helps a user to interact with computer for a specific purpose is
called
a) System b) Application c) Operating d) Hardware [ b]
software Software System
3. Which of the following is an operator in C?
c)
a) , b) sizeof()
~ d) All [ d]
10. The _____________ function reads data from the standard input file keyboard.
P a g e | 1 of 2
a) 2 b) 10 c) 8 d) 4 [ c]
Which of the following is the correct order of operators for the evaluation for the
13 [a]
expression z = x + y * z/4 % 2 - 1
a)* / % + - = b) - % ? * + = c) / * % - + = d) * / % - + =
a) 2 b) 10 c) 8 d) 4
11
21. for (i=0; i<=10;i++) executes ________number of times.
unary
22. Increment and decrement operators are called as ____________ operators.
P a g e | 2 of 2
23. Consider the following statement
a=10;
b=a++; Then the value of b is _________________
11
24. while
____________________is entry-controlled loop in c.
26 __________________
strcpy() String handling function is used to copy one string
into another string.
27 _____________is
array a collection of similar data types under the common
name.
for(intilalisation,test condition,increment/decrement)
{
31 Syntax of for loop____________________________________
body of the loop;
}
32. variable
A ___________________ is a name that is used to store a data value.
34. ______________
strlen() String handling function is used to find length of string.
pointer
35. ______________ stores the address of another variable.
P a g e | 3 of 2
36 The control statement which allows us to make a decision from the
number of choices is called a ___________.
switch
37 A ___________________
variable is a name that is used to store a data value.
break
39. ______________ statement is used to terminate the loop and control
transfer to the immediate statement after the loop.
40 _____________is
dowhile exit-controlled loop in c.
struct structure name
41 Syntax to declare structure variables is ______________ {
datatype 1;
42. comparsions datatype 2;
__________________ is a use of relational operator. }variable;
43.
Define preprocessor __________
dot operator
_______________ is member selection operator.
44
preprosser
45. #define is ____________
P a g e | 4 of 2
P a g e | 5 of 2