Why is c called a mid-level programming language?


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

Post New Answer

More C Interview Questions

What is the purpose of the preprocessor directive error?

0 Answers  


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

0 Answers  


Explain what is the benefit of using #define to declare a constant?

0 Answers  


what defference between c and c++ ?

6 Answers  


what are the languages used in c#?

3 Answers   Infosys,






program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.

3 Answers  


What is C language ?

0 Answers   Jekson,


Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


how to implement stack operation using singly linked list

2 Answers  


Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).

1 Answers  


What is getch c?

0 Answers  


how to find binary of number?

2 Answers  


Categories