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.Why do you call C is middle level language? 2.Why do you call C is userfriendly language. ..

Answer / 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

1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language. ..

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

Post New Answer

More C Interview Questions

Explain what is gets() function?

0 Answers  


Explain enumerated types.

0 Answers  


What is data type long in c?

0 Answers  


What is the difference between constant pointer and pointer to a constant. Give examples.

4 Answers   TCS,


Write a program to print all permutations of a given string.

0 Answers   JPMorgan Chase,


There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?

1 Answers  


a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture, Digg.com,


what are the languages used in c#?

3 Answers   Infosys,


Why c is called top down?

0 Answers  


What is array in c with example?

0 Answers  


parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 Answers  


write a function to find whether a string is palindrome or not and how many palindrome this string contain?

2 Answers   Aptech,


Categories