1.Why do you call C is middle level language?
2.Why do you call C is userfriendly language.
Answers were Sorted based on User's Feedback
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 |
Answer / anusha
1.C is called as a middle level lang bcoz its a commbination
of both high level lang and the low level lang .
Is This Answer Correct ? | 7 Yes | 3 No |
In which area global, external variables are stored?
Are there namespaces in c?
What is difference between union and structure in c?
write a function which accept two numbers from main() and interchange them using pointers?
What are the preprocessors?
Explain what will the preprocessor do for a program?
How can you determine the maximum value that a numeric variable can hold?
how to find string length wihtout using c function?
What is a ternary operator in c?
How do you do dynamic memory allocation in C applications?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Write the control statements in C language