Wednesday, November 29, 2017

I_B.Tech_I-Sem-R15_Computer Programming LAB_For Lab External_2017-18

1.       Write a program to display welcome message and your communication address.
2.       Write a program to find the sum of three numbers.
3.       Write a program to exchange for two numbers.
4.       Write a program to find the maximum of two numbers.
5.       Write a program for generating pseudo-random numbers
6.       Write a program to find the roots of a quadratic equation.
7.       Write a program to compute the factorial of a given number.
8.       Write a program to check whether the number is prime or not.
9.       Write a program to generate Fibonacci numbers in the given range.
10.   Write a program to find the maximum of a set of numbers.
11.   Write a program to find the sum of positive and negative numbers in a given set.
12.   Write a program to reverse the digits of a number.
13.   Write a program to find the sum of the digits of a number.
14.   Write a program to check for number palindrome.
15.   Write a program to read two matrices and print their sum in the matrix form.
16.   Write a program to exchange two numbers using pointers.
17.   Write a program to find out the student's marks total,avg by using structures

18.   Write a program to compute the factorial of a given number using recursion.