"...a Java programmer might consider C to be a comparatively low-level language..."
but generally C is a high level language
2007-03-06 17:20:13
·
answer #1
·
answered by abd 5
·
0⤊
0⤋
C is high level Language as well as it known as Assembly Level Language
2007-03-07 07:35:33
·
answer #2
·
answered by Dewang Shah 2
·
0⤊
1⤋
C is a high level, third generation language.
2007-03-07 01:21:16
·
answer #3
·
answered by BigRez 6
·
0⤊
0⤋
C is a low level language. Even C++ might not be high level (but definitely not low level, mid level maybe).
C is definitely quite a level above assembly. That's why previously, C was referred to as a high level language. People, it's 2007, not the 80s. We have Erlang, Prolog, Python, Ruby, C#, etc. You gonna lump them in the same category as C?
C is more accurately described as low level.
2007-03-07 18:12:03
·
answer #4
·
answered by csanon 6
·
0⤊
1⤋
C can be called an assembly level language. The beauty of C is that it can work as a fairly high level language and as a hardware level too.
2007-03-07 01:18:31
·
answer #5
·
answered by Aman J Singh 3
·
1⤊
3⤋
c is a middle level language. because it supports both system level and application level.
2007-03-07 03:08:11
·
answer #6
·
answered by Thangavelu B 1
·
0⤊
0⤋
It's a HIGH - LEVEL LANGUAGE!
2007-03-07 07:57:07
·
answer #7
·
answered by cool_chunks 3
·
0⤊
0⤋
high level language ;)
@Aman J Singh :: C is an assembly level language??? huh?? Please see what an assembly level language is first!! assembly level is used to program microcontrollers n microprocessor at the hardware level..
It is possible to embed low level assembly code in a C program, but then that's something different.
2007-03-07 01:17:28
·
answer #8
·
answered by Qwerty 2
·
1⤊
1⤋
high-level procedure-oriented language
2007-03-07 03:45:34
·
answer #9
·
answered by Tom 2
·
0⤊
0⤋
C is a 3rd generation programming language.
1. It supports English like constructs easier for a human to understand.
2. Support structured programming
History of programming languages.
1GL - Binary encoding (Very difficult to understand, had no concept of compiler/interpreter, machine specific).
2GL - assembly language (Relatively easier to understand, used mnemonics, interpreter or compiler used to convert the language to machine code).
3GL - languages (COBOL, FORTRAN, C, BASIC,Java) designed to be easier for a human to understand.
4GL - languages developed for very specific purpose- mostly database languages (FOCUS, NATURAL, Informix-4GL, Genero, Progress 4GL, SQL.)
5 GL languages -Languages developed to solve specific issues like artificial intelligence - (Prolog, Mercury).
2007-03-07 01:32:17
·
answer #10
·
answered by Anonymous
·
0⤊
0⤋