Computer Science, asked by rawnysrwt30, 1 year ago

what is algorithm in c?​

Answers

Answered by sam3255
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