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

Linked lists -- can you tell me how to check whether a linked list is circular?

0 Answers  


What is a pointer in c?

3 Answers  


State two uses of pointers in C?

0 Answers   Aspire, Infogain,


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

2 Answers   Subex, Wipro,


How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.

1 Answers  


void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,


What is the best organizational structure?

0 Answers  


Is c compiled or interpreted?

0 Answers  


code for bubble sort?

1 Answers  


What are lookup tables in c?

0 Answers  


What is a class c rental property?

0 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

4 Answers   CTS,


Categories