1.Why do you call C is middle level language?
2.Why do you call C is userfriendly language.
Answer Posted / 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 |
Post New Answer View All Answers
Differentiate between ordinary variable and pointer in c.
What is an example of structure?
What is %d called in c?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Explain about block scope in c?
If the size of int data type is two bytes, what is the range of signed int data type?
What is a structure and why it is used?
What is static and volatile in c?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is the explanation for prototype function in c?
What is LINKED LIST? How can you access the last element in a linked list?
What is use of pointer?
What are static variables in c?
string reverse using recursion
write a program for the normal snake games find in most of the mobiles.