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 |
What is #line used for?
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
to convert a string without using decrement operater and string functions
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
differnce between do and do while
study the code: #include<stdio.h> void main() { const int a=100; int *p; p=&a; (*p)++; printf("a=%dn(*p)=%dn",a,*p); } What is printed? A)100,101 B)100,100 C)101,101 D)None of the above
Explain what is the purpose of "extern" keyword in a function declaration?
What is the purpose of sprintf?
Can you tell me how to check whether a linked list is circular?
tell me the full form of c?
What are the benefits of c language?
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...