NEW
Font size
WorksheetsTechnoquiz..3
Total questions: 15
Worksheet time: 11mins
Which format specifier is often used to print integers?
%f
%s
%d
%c
Which operator can be used to compare two values?
=
><
< >
= =
What is the output of the program?
exhilarating coding challenge!!
Exhilarating coding challenge.!!
exhilarating coding challenge.!!
"exhilarating coding challenge.!!"
..
C
C++
Java
Python
Which of the following is a correct comment?
/*comments*/
*/ comments /*
\\comments\\
#comments
what is the output of the program?
34
32
30
28
What is the output of the program?
0
garbage value
a+b
none of the above
What is the output of the program?
10
8
9
4
What is the extension of C language programming>
.cp
.c
.py
.java
Find error in the following code
;
,
%d
)
What is the output of the program?
20
21
22
23
Find the error in the following program
;
}
%d
(
which is not a predefined data type?
int
char
struct
float
How can you create a variable with the numeric value 5?
num=5;
int num=5;
num=5 int;
val num=5;
What is the output of the program?
0
garbage value
error
none of the above
