COMPUTER SCIENCE TUTORIALS
C LANGUAGE NOTES: Q. WHAT IS Algorithm explain its features? Ans : A sequential solution of any program that written in human language, called algorithm. “Algorithm" is a formally defined a step by step procedure for performing some calculation. If a procedure is formally defined, then it must be implemented using a programming language . The algorithm gives logic of the program, that is, a step-by-step description of how to arrive at a solution. Algorithm provides a blueprint to write a program to solve a particular problem in finite number of steps. Algorithms are mainly used to achieve software re-use it is a procedure for performing some calculations. it gives the logic of the program i.e. a step by step description of how to arrive at a solution. Algorithm provides a blue print for writing a program to solve a particular problem. a well defined a...