10th computer practical
10th computer practical
Note: The candidates will mark Two experiments from section-I and II. The
Examiner will allot one experiment out of the marked experiments to perform one
experiment from each Section.
Section-I
Question No: 1 (20)
Write a C-Program that counts multiples of a given number lying between two numbers.
A) Write the code of above program on answer sheet.
B) Execute the above program on computer.
OR
Write a C-Program that takes two positive integers a and b as input and displays the value of ab.
A) Write the code of above program on answer sheet.
B) Execute the above program on computer.
Question No: 2 (20)
Write a C-Program to display factorial numbers from 1 to 7.
A) Write the code of above program on answer sheet.
B) Execute the above program on computer.
OR
Write a Function of C-Program to print the table of a number.
A) Write the code of above program on answer sheet.
B) Execute the above program on computer.