Why c is called a middle level language?


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

Post New Answer

More C Interview Questions

What is the scope of static variables in c language?

0 Answers  


What do you mean by a sequential access file?

0 Answers  


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

0 Answers  


What is wrong with this program statement?

0 Answers  


plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .

3 Answers  






Can include files be nested? How many levels deep can include files be nested?

0 Answers   Aspire, Infogain,


Explain what is the best way to comment out a section of code that contains comments?

0 Answers  


What functions are used for dynamic memory allocation in c language?

0 Answers  


What is a scope resolution operator in c?

0 Answers  


Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4

3 Answers  


Which function in C can be used to append a string to another string?

0 Answers  


Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?

3 Answers  


Categories