Programming in C
BCA NOTE :- MANMOHAN YADAV
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 Name
- Program 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..
- Program to find the reverse of a number.
- Program to print the Table of a number..
- Program to print the following series:
3 2
3
1
2 2
3 3 3
4 4 4 4
- Program to check whether the given number is Armstrong or not.
- Write a program Bubble Sort.
- Write a program to add using two dimensional array.
- Write a program to take input using array.
- Write a program of binary search.
- Write a program to take input and output with the help of two dimensional array.
- Write a program of linear search.
- Write a program to find maximum and minimum values in the array.
- Write a program to multiply in the two dimensional array.
- Write a program Selection Sort.
- Write a program to subtract using two dimensional array.
Comments
Post a Comment