WorksheetsQuiz on Programming in C
Total questions: 15
Worksheet time: 8mins
Who is the Father of C Language
Dr. E.F. Codd
Bjarne Stroustrup
James A. Gosling
Dennis Ritchie
C language developed at
AT&T Bell Laboratory
MIT University
Stanford Lab
Haward University
Structure mean ------------?
Same data types
Different data types
Both a and b
None of these
4. Name the one which is not a looping statement
for
while
do-while
if
What is an array?
Same data types
Dissimilar data types
Both a and b
None of these
Constant is ------------------
Fixed values
Unknown values
Values changes during execution
None of these
Every C statement ends with ------------?
.
;
,
}
----------------- are used in C programming to manipulate the data at bit level
Logical operator
Bitwise operator
Additional operators
None of the above
What is the extension of C program?
.cpp
.py
.c
.java
In switch statement Case Labels must ends with --------
;
:
,
}
while loop is a --------------------------- loop.
Entry-controlled
Exit-controlled
Not controlled
None of these
Final step of the for loop is ----------------------------
Incrementing
decrementing
Both
Incrementing / decrementing
We can initialize a two-dimensional array in the form of ---------
Searching
increment
matrix
none of these
Structure keyword is -------------
struct
array
main
none of these
A sequence of instructions form a ------------.
syntax
program
both
none of these
