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

write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.

1 Answers  


Is there any demerits of using pointer?

0 Answers  


Differentiate between the expression “++a” and “a++”?

0 Answers  


#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?

6 Answers   NDS,


what is the coding of display the factorial of a number using array and function?

1 Answers  






What is break in c?

0 Answers  


how to find out the inorder successor of a node in a tree??

2 Answers   TCS, Yahoo,


What is difference between Structure and Unions?

0 Answers   TISL,


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


What is getch () for?

0 Answers  


Explain the process of converting a Tree into a Binary Tree.

0 Answers   Ignou,


What are variables and it what way is it different from constants?

0 Answers  


Categories