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

i am using gsm modem ! I USE CMGL COMMAND TO DISPLAY THE LIST OF MESSAGES ! I WANT TO READ EACH MESSAGE ONE BY ONE AND GET EACH MESSAGE INDEX USING C PROGRAM ! THE RESPONSE OF THE MODULE AFTER AT+CMGL IS ---CMGL: 1,"REC READ","+85291234567",,"07/05/01,08:00:15+32",145,37 It is easy to list SMS text messages.---- I WANT THE PROGRAM TO GET THE NUMBER "37"{MESSAGE LENGTH} AS WELL AS "1"(MESSAGE INDEX NUMBER" PLEASE HELP

1 Answers   MTNL,


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


Does c have an equivalent to pascals with statement?

0 Answers  


Where does the name "C" come from, anyway?

0 Answers   Celstream,


What does struct node * mean?

0 Answers  






What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.

1 Answers  


Why are all header files not declared in every c program?

0 Answers  


Why is main function so important?

0 Answers  


what is the meaning of java that is (J A V A) full form of JAVA

71 Answers   AKS University, Bhel, BNL, BPO, HCL, Peacecon,


What is echo in c programming?

0 Answers  


What is the purpose of void in c?

0 Answers  


In a header file whether functions are declared or defined?

0 Answers   TISL,


Categories