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 are types of preprocessor in c?
What is scope rule of function in c?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Where static variables are stored in memory in c?
What are the types of type qualifiers in c?
What is function prototype?
What is pass by reference in functions?
What math functions are available for integers? For floating point?
What is file in c language?
Explain the red-black trees?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is file in c preprocessor?
Is anything faster than c?
How can you pass an array to a function by value?