wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

c programming

Total questions: 5

Worksheet time: 3mins

Name
Class
Date
1.

Who is the founder of C programming?

a)

Denis Ritchie

b)

Charles Babbage

c)

Augustine

d)

Linus Torvald

2.

c programs are converted into machine language with the help of

a)

editor

b)

compiler

c)

operating system

d)

none of the above

3.

C can be used on

a)

only windows operating system

b)

only MS Dos

c)

Only Linux Operating system

d)

All of the above

4.

Which of the following is allowed in a C Arithmetic

instruction

a)

[ ]

b)

{ }

c)

( )

d)

all of the above

5.

If a is an integer variable, a = 5 / 2 ; will return a value

a)

2.5

b)

3

c)

2

d)

0