answersLogoWhite

0

C++ compiler, obviously, a C compiler won't do.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Advantages of Exception handling in java?

Exception handling helps us catch or identify abnormal scenarios in our code and handle them appropriately instead of throwing up a random error on the front-end (User Interface) of the application. Exception handling allows developers to detect errors easily without writing special code to test return values. Even better, it lets us keep exception-handling code cleanly separated from the exception-generating code. It also lets us use the same exception-handling code to deal with a range of possible exceptions.


Why you handle exception in java?

Exception handling helps us catch or identify abnormal scenarios in our code and handle them appropriately instead of throwing up a random error on the front-end (User Interface) of the application. Exception handling allows developers to detect errors easily without writing special code to test return values. Even better, it lets us keep exception-handling code cleanly separated from the exception-generating code. It also lets us use the same exception-handling code to deal with a range of possible exceptions


How can you create a language?

Writing a language converter is very much like writing a compiler. In fact, a compiler can be considered a language converter, when the target language is object code. The actual science of writing a compiler is complex.


How can you create a language converter?

Writing a language converter is very much like writing a compiler. In fact, a compiler can be considered a language converter, when the target language is object code. The actual science of writing a compiler is complex.


Does the Java exception mechanisms with try and catch clauses contribute to failure tolerance?

Yes, the purpose of the try-catch construct in Java is to help the system handle failure gracefully. Exception handling allows developers to detect errors easily without writing special code to test return values. Even better, it lets us keep exception-handling code cleanly separated from the exception-generating code. It also lets us use the same exception-handling code to deal with a range of possible exceptions.


Can unhandled exceptions be tolerated?

Yes, but they dont always result in acceptable or good behavior. Exception handling allows developers to detect errors easily without writing special code to test return values. Even better, it lets us keep exception-handling code cleanly separated from the exception-generating code. It also lets us use the same exception-handling code to deal with a range of possible exceptions. So, it is always a good idea to handle exceptions rather than leave them unhandled


What is booting in compiler design?

bootstrapping is a process of writing a compiler in the target programing language which it is intended to compile


What is writing software?

Writing software is Software that is specifically built for writing/typing. Most common ones are Microsoft Word, and for coders Notepad, Notepad++. The other side of writing (Coding) is programs built for coding. A common one for small gaming servers is Pawn Compiler. It too uses a Notepad++ like look.


What is compiler writing tool?

they are tools to help developed compilers


Can you install C language in Linux?

C isn't a program, or something you install; it is a programming language for writing software. Linux and most of the programs that run on it were written in C, and a C compiler and libraries are supplied with most systems, or are readily available.


Why does a java compiler use C language?

The original Java compiler was probably written in C/C++ because an efficient language like C is ideal for writing compilers in.


How would an information technology teacher use a pascal compiler?

An information technology teacher could use a Pascal compiler to teach students the fundamentals of programming, including concepts like data types, control structures, and algorithms. By compiling and running Pascal code, students can gain hands-on experience in writing and debugging their programs, reinforcing theoretical knowledge. Additionally, the teacher could use the compiler to demonstrate how code translates into executable programs, fostering a deeper understanding of software development processes. Overall, it serves as a practical tool for engaging students in learning programming concepts effectively.