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
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
How can I make sure that my program is the only one accessing a file?
What is meant by gets in c?
What does c mean before a date?
Explain how can I open a file so that other programs can update it at the same time?
How is = symbol different from == symbol in c programming?
What is difference between union and structure in c?
How do shell structures work?
What is the data segment that is followed by c?
The file stdio.h, what does it contain?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Is it acceptable to declare/define a variable in a c header?
What are different types of pointers?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.