1.Why do you call C is middle level language?
2.Why do you call C is userfriendly language.
Answer Posted / sudarsan
1.bcz it has the characteristic of low level language and
the feature of high level language.So it is called as middle
level language......
2.I think C is not user friendly bcz there are many
rules,regulations that means some predefined syntax to do it.
User frendly language is html, Any thing we can write on the
html file and that can run..
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain the array representation of a binary tree in C.
Was 2000 a leap year?
What is the best organizational structure?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
difference between object file and executable file
What are extern variables in c?
Are bit fields portable?
Explain what are reserved words?
What is dangling pointer in c?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
What is a macro?
What is output redirection?
What is huge pointer in c?
How are pointers declared in c?
What are the ways to a null pointer can use in c programming language?