1 |
The function getche() is defined in: |
stdio.h
conio.h
string.h
math.h
|
2 |
The function that is used to display output on screen is called: |
printf
scanf
pow
Display
|
3 |
The functions used for input and output is stored in: |
stdio.h
conio.h
math.h
inout.h
|
4 |
Which of the following function is used to input data in C programs? |
Scanf
Printf
Get()
getch()
|
5 |
An advantages of partitioning is |
Efficiency
Extra space and update time
Both a & b
None of them
|
6 |
The number of variables that can be used in printf ( ) function are |
One
Many
Three
Zero
|
7 |
Print() function can show |
Text
Value of variable
Constants
All
|
8 |
The function used to show the output on screen is |
Printf()
Scanf()
Sqrt()
Main()
|
9 |
The header file that contains input and output functions is |
Math.h
Graphic.h
Stdio.h
Conio.h
|
10 |
The function used to input data in C program is |
Print ()
Scanf ()
Sqrt ()
Main ()
|
11 |
The format specifier % d is used for |
Int
Unsigned short
Unsigned float
Unsigned long int
|
12 |
The escape sequence for backspace is |
\
\b
\\
\t
|
13 |
The function getche( ) is defined in |
stdio.h
string.h
math.h
conio.h
|
14 |
In an E-R diagram a rectangle represents |
Entity
Arttibute
Record
None of them
|
15 |
Which of the following is used to define objects and describe their characteristics |
Attributes
Relationship
Both a & b
None of them
|