adplus-dvertising
frame-decoration

Question

How is C code executed?

a.

Interpreted

b.

Compiled

c.

Transpiled

d.

Debugged

Posted under Reverse Engineering

Answer: (b).Compiled Explanation:C is a compiled language, meaning that source code is run through a compiler to generate machine code.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How is C code executed?