Report Bug
Qus : Algorithm when translated into a programming language is called
Qusजब किसी एल्गोरिथम को किसी प्रोग्रामिंग लैंग्वेज में ट्रांसलेट करते है तो उसे क्या कहते है

A. Flowchart
B. Identifier
C. Code
D. Debugging


Solution
C. Code



Explanation

When an algorithm is translated into a programming language, it is called "code" or "source code." The process of converting an algorithm into a specific programming language involves expressing the step-by-step instructions and logic of the algorithm using the syntax and rules of that particular language.




Report Bug