C Programming Practical

(1)    WAP that accepts the marks of 5 subjects and finds the sum and percentage marks obtained 
        by the  student.
(2)    WAP that calculates the Simple Interest and Compound Interest. The Principal. ,Amount. Rate  
         of  Interest and Time are entered through the keyboard.
(3)    WAP to calculate the area and circumference of a circle
(4)    WAP that accepts the temperature in Centigrade and converts into Fahrenheit using the formula 
         C/5=(F-32)/9.
(5)    Program to Swap Values of Two Variables (Using Third Variable)
(6)    WAP that checks whether the two numbers entered by the user are equal or not.
(7)    WAP to find the greatest of three number.
(8)    WAP that finds whether a given number is even or odd.
(9)    WAP that tells whether a given year is a leap year or not.
(10)  WAP that accepts marks of five subjects and finds percentage and prints grades according to the
(11)  WAP that takes two operands and one operator from the user and perform the operation and      
         prints the result by using Switch statement.
(12)  WAP to print the sum of all numbers up to a given number
(13)  WAP find the factorial of a given number
(14)  WAP to print sum of even and odd numbers from 1 to N numbers.
(15)  WAP Fibonacci series C program using a for loop
(16)  WAP to check whether the entered number is prime or not.
(17)  WAP to find the sum of digits of the entered number.
(18)  WAP to find the reverse of a number.
(19)  WAP to print Armstrong numbers from 1 to 100.
(20)  WAP that simply takes elements of the array from the user and finds the sum of these elements
(21)  WAP to add and multiply two matrices of order nxn.
(22)  WAP Program to find Sum of Diagonal Elements of a Matrix
(23)  WAP to implement strlen (), strcat (),strcpy () using the concept of Functions.
(24)  WAP to swap two elements using the concept of pointers.
(25)  WAP to compare the contents of two files and determine whether they are same or not.


No comments:

Post a Comment