Enter the marks : 95
According to mark, grade is first class
Enter the marks : 45
According to mark, grade is medium class
Write a C program to computer Fahrenheit from centigrade ( f=1.8*c+32 ) Here Write a C program to find out distance travelled by the equation d=ut+at^2
HereWrite a C program to find that the accepted number is negative or positive or zero
HereWrite a program to read mark of a student from keyboard the student is pass or fail ( using if else )
HereWrite a program to read three numbers from keyboard and find out maximum out of these three. (nested if else)
HereWrite a program to check whether the entered character is capital, small letter, digit or any special character
HereWrite a program to read marks from keyboard and your program should display equivalent grade according to following table (if else ladder)
HereWrite a C program to prepare pay slip using following data
HereWrite a C program to read no 1 to 7 and print relatively day Sunday to Saturday
HereWrite a C program to find out the Maximum and Minimum number from given 10 numbers
HereWrite a C program to input an integer number and check the last digit of number is even or odd
Here Write a C program to find factorial of a given number
HereWrite a C program to reverse a number
HereWrite a C program to generate first n number of Fibonacci series
HereWrite a C program to find out sum of first and last digit of a given number
HereWrite a C program to find the sum and average of different numbers
HereWrite a program to calculate average and total of 5 students for 3 subjects
HereRead five persons height and weight and count the number of person having height greater than 170 and weight less than 50
HereWrite a program to check whether the given number is prime or not
HereWrite a program to evaluate the series 1^2+2^2+2+3^2+……+n^2
HereWrite a C program to find 1+1/2+1/3+1/4+....+1/n
HereWrite a C program to find 1+1/2!+1/3!+1/4!+.....+1/n!
HereWrite a C program to evaluate the series sum=1-x+x^2/2!-x^3/3!+x^4/4!......-x^9/9!
HereWrite a C program to read and store the roll no and marks of 20 students using array
HereWrite a C program to find out which number is even or odd from list of 10 number using array
HereWrite a program to find maximum element from 1-Dimensional array
HereWrite a C program to calculate the average, geometric and harmonic mean of n elements in a array
HereWrite a program to delete a character in given string
HereWrite a program to replace a character in given string
HereWrite a program to find a character from given string
HereWrite a program to sort given array in ascending order
HereWrite a program to reverse string
HereWrite a program to convert string into upper case
HereWrite a program that defines a function to add first n numbers
HereWrite a function in the program to return 1 if number is prime otherwise return 0
HereWrite a function Exchange to interchange the values of two variables, say x and y. illustrate the use of this function in a calling function
HereWrite a C program to use recursive calls to evaluate F(x) = x – x3 / 3! + x5 / 5 ! – x7 / 7! + … xn/ n!
HereWrite a program to find factorial of a number using recursion
HereWrite a function that will scan a character string passed as an argument and convert all lowercase character into their uppercase equivalents
HereWrite a program to read structure elements from keyboard
Here
0 comments