wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

MindSpace Computers C Test-5

Total questions: 15

Worksheet time: 11mins

Name
Class
Date
1.

What is full form of stdio.h?

a)

Standard Input Output Header File

b)

Start Input Output Header File

c)

Stop Input Output Header File

d)

Started Input Output Header File

2.

What is full form of conio.h?

a)

Console Input Output Header File

b)

Constant Input Output Header File

c)

Continue Input Output Header File

d)

Consider Input Output Header File

3.

stdio.h header file supports which statements?

a)

scanf() and printf()

b)

clrscr() and getch()

4.

conio.h header file supports which statements?

a)

scanf() and printf()

b)

clrscr() and getch()

5.

Which of the following comment symbol does not required END symbol?

a)

//

b)

/* */

6.

68 / 20 = ?

a)

3

b)

3.4

c)

6

d)

8

7.

68 % 20 = ?

a)

3

b)

3.4

c)

6

d)

8

8.

Writing comments (documentation) is optional.

a)

True

b)

False

9.

main() is the only compulsory part of every C Program.

a)

True

b)

False

10.

Which data type is suitable for percentage = 89.5?

a)

int

b)

float

c)

char

11.

Which data type is suitable for rollno = 13?

a)

int

b)

float

c)

char

12.

Identify correct printf() statement:

a)

printf("Age = %d",age);

b)

print("Age = %d",age);

c)

printf("Age = %d,age");

d)

printf(Age = %d,age);

13.

Identify correct scanf() statement:

a)

scan("%d",&age);

b)

scanf("%d",age);

c)

scanf("%d",&age);

d)

scanf("%d",age&);

14.

C is ------ .

a)

Programming Language

b)

Communication Language

c)

Regional Language

15.

Which function is used to clear the output screen?

a)

getch()

b)

clrscr()

c)

clearscreen()

d)

scrclr()