Computer Programming
Computer Programming
(c) Enlist various system software. Explain compiler and interpreter in detail.
5(CO1)
(c) The marks obtained by a student in 5 different subjects are input through
the keyboard. The student gets a division as per the following rules :
Percentage above or equal to 60 - First division
Percentage between 50 and 59 - Second division
KOLP/RW-19 / 9003 Contd.
Percentage between 40 and 49 - Third division
Percentage less than 40 - Fail
Write a program to calculate the division obtained by the student. 5(CO2)
(c) Entire one dimensional array can be passed with function. Explain with example.
5(CO3)
(b) Differentiate between call by value and call by reference with example.
5(CO4)
(c) Write a program to find XY using recursion. Do not use pow().
5(CO4)