answersLogoWhite

0

In "real life" as opposed to what?

C is a programming language. It's used to write computer programs. It (and variants, like C++ and C#) are used to write probably the majority of programs in use today.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is use of c language in real life?

Writing programs in it. Some of them are: linux, windows, bash, Oracle, MySql, Apache


How can embedded the assembly language in c?

Compiler-dependent, in real life you should never do that, write separated Assembly modules instead.


Which language is used for windowsxp?

Mainly C and C++ and a bit of assembly language.


Why Clearscreen in c language is used?

'Clearscreen' is not used in C language. TurboC has a clrscr function (prototype in conio.h).


Why you use C language in electronic engineering?

C is a structured language. Controlled structures used in electronic engineering can be programmed well by C. C++ and C sharp are also used sometimes.


Which programming language was used to develop tally?

in c language


What is C language used for?

Programming.


Which language is used to design a real time operating system?

Maybe C. or Assembler. Linux has some RT capability, and it's written in C. I think VxWorks (a commercial RTOS) is written in C also.


What is diffence between c and c plus plus?

main difference b/w c and c++ is that c is procedural language whereas c++ is object oriented language also classes are not used in c but in c++ classes are used.


Which language is used for developing windows Operatin system?

C, C++, and C#


Which programming language is used for development of PROE?

c language is used for development of Pro-E


What is the Difference between C and C languages?

C languages are often based originally on the C language but no longer adhere to it's tenets: often they supersede the original ANSI-92 C language. C++, Objective C, C-, and C# are often used derivatives of the C language. In almost all cases, plain C language can be used with a C language derivative and you get the same result as if you ran it through a plain old C compiler; but the C languages compilers have extra function and procedures available for the programmer.