difference between Low, Middle, High Level languages in c ?


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

Post New Answer

More C Interview Questions

What are the advantages of using Unions?

0 Answers   IBS,


What is a pointer and how it is initialized?

0 Answers  


what is c programing

11 Answers   Wipro,


#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.

8 Answers   IBM,


What is wrong with this declaration?

0 Answers  






What is void pointers in c?

0 Answers  


How can I find out how much free space is available on disk?

0 Answers  


why we need function pointers?

3 Answers  


c program for searching a student details among 10 student details

0 Answers  


Can we initialize extern variable in c?

0 Answers  


Why c language is called c?

0 Answers  


What is a node in c?

0 Answers  


Categories