Programming in C
Following are some c programs, that will help you to understand how Programming in computer works, these programs designed in such a way that any student can easily learn. But you should have some basic understanding of what is variable and what is function() etcetra, otherwise, you won't be able to get complete understanding of it.
Some programs of programming in c are as follows.
Program To Print Your NameProgram Area Of Sqaure.
Program to find the circumference of circle.
Program to find the Area Of Circle.
Program to find the Surface Of Sphere.
Program to find the volume of cylinder.
Program to sinple interest.
Find area of circle
Program to calculate (a2-b2).
Program to calculate (a+b) 2.
Program to interchange two numbers by using third variable.
Program to interchange two numbers without using third variable..
Program to check whether a person can vote or not..
Program to check whether the given number is even or odd...
Program to check whether the student is pass or fail in the examination.
Program to check whether a person can vote or not..
Program to calculate the total marks of a student also check Pass or fail.
Program to print the following series by using 'for loop' 50 48 46....1.
Program to print the following series by using 'while loop' 125 64 27 8 1.
Program to print the following series by using 'do-while loop' 1 4 9 16 25.
Program to find the sum of 'n' natural numbers.
Program for string input and string output.
Program to find the factorial of a number.
Write a program that will use library functions like sin(), cos(), tan() etc..