C-Programming Important Question And Answer Class 10 Computer Science

C-Programming Important Question And Answer Class 10 Computer Science 

C-Programming Important Question And Answer Class 10 Computer Science


1.    What is structure programming?

Ans: The programming technique in which programs are integrated in order to form a complete program is known as structure programming.

 

2. What are the advantages of structure programming?

Ans: The advantages of structure programming are listed below:

a.    Easy to understand and modify.

b.    Same module can be used more than once in a program.

c.    Effective programs can be made.

d.    More than one programmer can work on the same programs.

 

2.    What is C language? List its types.

Ans: C is a high-level programming language used to write effective programs.

It's types are listed below:

a.    Common C

b.    ANSI C

 

3.    List the data types used in C language.

Ans: The data types used in C language are listed below:

a.    Character

b.    Integer

c.    Float

d.    Double

 

5. List any two library functions of C language

Ans: The two library functions of C language are listed below:  

a.    printf()

b.    scanf ()

 

6.    What are the features of C language?

Ans: The features of C language are listed below:

a.    It occupies less men memory space

b.    It has some features of both language high-level and low-level language.

c.    It has enough numbers of built-in functions and operators.

d.    It uses variety of data types to represent different kind of data.

Comments