0% found this document useful (0 votes)
95 views1 page

10th Std. Paper C

The document is a 20 question multiple choice test on basic concepts in the C programming language. It covers topics like functions for clearing the screen, header files, data types, operators, comments, statements, and more. The questions are multiple choice with options a-d and are testing fundamental C language knowledge.

Uploaded by

Komal Karia
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
95 views1 page

10th Std. Paper C

The document is a 20 question multiple choice test on basic concepts in the C programming language. It covers topics like functions for clearing the screen, header files, data types, operators, comments, statements, and more. The questions are multiple choice with options a-d and are testing fundamental C language knowledge.

Uploaded by

Komal Karia
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 1

10th Computer

C Language- test 1

Choose the correct alternative from the given alternatives:


1 Which function is used to clear the screen in C?
a. clearscreen() b. clear() c. clr() d. clrscr()
2 Which header file stores information about the function clrscr() ?
a. stdio.h b. conio.h c. math.h d. screen.h
3 There are ____ predefined word are supported by ANSI C standard?
a. 31 b. 32 c. 30 d. 40
4 _____ key is used to save program in turbo C editor?
a. F6 b. F5 c. F8 d. F2
5 Output of which constant is white space?
a. backslash b. numewric c. real d. string
6 _____ is the extension of the header file?
a. .h b. .c c. .header d. lib
7 _____ function key is used to compile the program in C?
a. alt+F5 b. alt+F4 c. alt+F9 d. alt+F8
8 Transaltor is also known as
a. composer b. converter c. compiler d. all of the above
9 The statement in C which shows any calculation is known as
a. statement b. calculator c. experssion d. header
10 _____ is enclosed within /* and */ in C language?
a. variable b. comments c. functions d. compiler
11 A word in C is known as _____.
a.object b. token c. class d. package
12 Computer understand language of 0 and 1 is known as
a. decimal b. octal c. binary d. hexadecimal
13 ______ function is used to find square root of given number.
a. sqrt() b. sq_rt() c. square() d. none of them
14 The origin of C has been dated back to 1972 in ____ labaoratory.
a. Sun b. Turbo c. Bell d. Microsoft
15 By whom C language is created?
a. Dennis R. Ritchie b. Dennis M. Ritchie c. Dennis F. Ritchie d. Dennis A. Ritchie
16 Characters are enclosed in ______
a. single quote b. double quote c. square bracket d. round bracket
17 Usaually C statements are end with a ______.
a. colon b. semicolon c. comma d. dot
18 Which of the following is not aprogramming language ?
a. java b. cobol c. fortran d. paint
19 _____ key is used to execute a C program/.
a. alt+F5 b. alt+F9 c. ctrl+F5 d. ctrl+F9
20 The program witten using any etxt editor is known as ______
a. source b. object c. executable d. desination

You might also like