what is algorithm in c?
Answers
Answered by
2
An algorithm in general is a sequence of steps to solve a particular problem. Algorithms are universal. The algorithm you use in C programming language is also the same algorithm you use in every other language.
Similar questions