Showing posts with the label PPS(3110003)Show all
Write a C program to read and store the roll no and marks of 20 students using array.
Write a program to print following patterns:
Write a program to print following patterns :
Write a program to print following patterns :
Write a program to evaluate the series sum=1-x+x^2/2!-x^3/3!+x^4/4!......-x^9/9!
Write a C program to find 1+1/2!+1/3!+1/4!+.....+1/n!.
Write a C program to find 1+1/2+1/3+1/4+....+1/n.
Write a program to evaluate the series 1^2+2^2+3^2+……+n^2
Write a program to check whether the given number is prime or not.
Write a program to calculate average and total of 5 students for 3 subjects (use nested for loops)
Read five persons height and weight and count the number of person having height  greater than 170 and weight less than 50,
Write a C program to find the sum and average of different numbers which are accepted  by user as many as user wants
Write a program to find out sum of first and last digit of a given number.
Write a program to generate first n number of Fibonacci series
Write a program to reverse a number.
Write a C program to find factorial of a given number
Write a C program to input an integer number and check the last digit of number is even  or odd.
Write a C program to find out the Maximum and Minimum number from given 10  number
 Write a C program to read no 1 to 7 and print relatively day Sunday to Saturday.
Write a c program to prepare pay slip using following data. Da = 10% of basic, Hra = 7.50% of basic, Ma = 300,  Pf = 12.50% of basic, Gross = basic + Da + Hra + Ma, Nt = Gross – Pf.