Difference between C and Embedded C?



Difference between C and Embedded C?..

Answer / anitya

In C We can not address the Bit value.

In Embedded C we can Address the Bit value.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Interview Questions

what is structuer?

4 Answers   LG Soft, Wipro,


what are the advantages of a macro over a function?

0 Answers   TCS,


What is the use of in c?

0 Answers  


Can math operations be performed on a void pointer?

0 Answers  


What is the explanation for prototype function in c?

0 Answers  






What is c preprocessor mean?

0 Answers  


what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }

1 Answers  


write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?

4 Answers  


What is wrong with this program statement?

0 Answers  


How we can set and clear bit in a byte using macro function?

2 Answers   L&T, Samsung,


read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50

4 Answers   TCS,


What is difference between function overloading and operator overloading?

0 Answers  


Categories