What is a compiler in c program?

1 answer

Answer

1186394

2026-04-25 11:55

+ Follow

Java
Java

The compiler is software that allows any high-level language to be translated into the machine language, compilers are language specific, i.e. C language has its own compiler which will translate the code written in C language to the machine language, compiler for Java will do the same task for the Java code

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.