Why is c used in embedded systems?


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

Post New Answer

More C Interview Questions

How can you check to see whether a symbol is defined?

0 Answers  


Why enum is used in c?

0 Answers  


print the table 5 in loops

3 Answers  


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

0 Answers   CSC, Wipro,


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  






write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Lovely Professional University,


output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }

2 Answers   Elysium,


how to set Nth bit of variable by using MACRO

3 Answers   HCL,


hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

0 Answers   HCL,


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


How to throw some light on the b tree?

0 Answers  


Categories