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 find the reverse of a number.Program to print the Table of a number..
Program to print the following series:
3 2 1
3 2
3
Write a program to print the following series:
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.