wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MindSpace Computers C Quiz-1 2025

Total questions: 13

Worksheet time: 12mins

Name
Class
Date
1.

#include<stdio.h> supports which of the following:

a)

clrscr() and getch()

b)

scanf() and printf()

2.

#include<stdio.h> is?

a)

Header File

b)

Footer File

3.

Identify the correct output statement:

a)

printf("Addition = %d" ,add);

b)

scanf("Addition = %d" ,add);

c)

display("Addition = " ,add);

d)

show("Addition = %d, "add);

4.

Identify the correct input statement to input two int values:

a)

printf("%d %d", &a, &b);

b)

scanf("%d %d", &a, &b);

c)

scanf("%d %d", a, b);

d)

printf("%d %d", a, b);

5.

What is C Language?

a)

Programming Language

b)

General Purpose Language

c)

English Language

d)

Algorithmic Language

6.

Which data type can be use to represent value 19?

a)

float

b)

int

c)

char

d)

long

7.

Which data type can be use to represent value 3.14?

a)

float

b)

int

c)

char

d)

long

8.

Which of the following is correct Comment / Heading in C?

a)

/* Program to calculate area *\

b)

\* Program to calculate area *\

c)

/* Program to calculate area */

d)

/* Program to calculate area /*

9.

Which of the following is input statement in C?

a)

printf()

b)

scanf()

c)

clrscr()

d)

input()

10.

Which of the following is output statement in C?

a)

printf()

b)

scanf()

c)

clrscr()

d)

output()

11.

What is full form of stdio.h?

a)

Console Input Output Header File

b)

Student Input Output Header File

c)

Style Input Output Header File

d)

Standard Input Output Header File

12.

Which data type specifier is used for int?

a)

%d

b)

%f

c)

%D

d)

%i

13.

Which data type specifier is used for float?

a)

%F

b)

%f

c)

%i

d)

%d