Why is C language being considered a middle level language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


Explain the red-black trees?

0 Answers  


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


Tell us something about keyword 'auto'.

0 Answers  


Why is #define used?

0 Answers  


change to postfix a/(b+c*d-e)

8 Answers   Value Labs,


What is a file descriptor in c?

0 Answers  


How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)

4 Answers  


How the c program is executed?

0 Answers  


What is wrong with this declaration?

0 Answers  


WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?

4 Answers  


Program to simulate second clock

2 Answers  


Categories