answersLogoWhite

0

English, or more precisely American.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What are limitations of c language?

c does not support runtime checkingchecking what?


How csharp and vbnet are interoperable?

VB.NET and C# are both languages that compile to CIL bytecode, and run on the .NET's Common Language Runtime.


What is the .NET framework used for?

The .Net framework serves as the runtime for applications that were built to target the Common Language Runtime.


What type of applications can be developed using C-sharp?

C# is a general-purpose language, so essentially anything that can run on the CLR (Common Language Runtime) can be written in C#. Examples that are not ideal include priviledged device drivers, high-performance game or simulations.


Which is the most granular unit of code isolation that the Common Language Runtime uses?

ghtygh


Is net is update from c plus plus?

The Microsoft .NET framework is spread across several languages, including Visual Basic, C# and J#. At its core lies a language-neutral framework, the Common Language Infrastructure (CLI), that primarily consists of a Common Intermediate Language and a Common Language Runtime (CLR). The CLI is effectively the .NET equivalent of a Java virtual machine (an interpreter) but, unlike Java, which is a highly portable language, .NET is intended solely for Windows-based systems. Ultimately, .NET has nothing whatsoever to do with C++. The C# language is based upon C++, but other than that they have absolutely nothing in common -- they are completely independent languages.


A common program language?

Yes, C is a common programming language.


What is Microsoft visual C plus plus runtime library?

C++ is an object oriented programming language marketed by Microsoft. The runtime library differs depending on the programming language used, but generally, it is the mechanism used by the program compiler that allows a program to run. It is integral to the proper functioning of user generated code.


What does clrwin means?

CLR Win stands for Common Language Runtime and Win would stand for Windows, as in Microsoft Windows


Difference between asp net and java?

ASP.Net and Java do not have any real comparison. Java is a computer language, where as ASP.Net is a web technology for generating web content. You could use any CLR (Common Language Runtime) targeted language to create an ASP.Net website, such as VB.Net, C#, or IronPython.


What is runtime in c?

when we execute the program.


What does Microsoft Visual C plus plus Runtime Library mean?

The runtime library is a collection of routines that implements basic functionality of the platform. Routines such as I/O, memory control, startup, shutdown, common system functions, etc. are located in the runtime library.