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
What is a lvalue
What is an example of structure?
List the difference between a While & Do While loops?
Explain is it valid to address one element beyond the end of an array?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
How do we declare variables in c?
while initialization of array why we use a[][2] why not a[2][]...?
What are the complete rules for header file searching?
I need previous papers of CSC.......plz help out by posting them.......
Write a program to use switch statement.
What is equivalent to ++i+++j?
What is operator promotion?
Can you please explain the difference between syntax vs logical error?
What is void main () in c?
write a program fibonacci series and palindrome program in c