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

When should we use pointers in a c program?

0 Answers  


What are the application of void data type in c?

0 Answers  


Explain function pointer with exapmles.

2 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers  


what is the structure?

4 Answers   TCS,


What is the difference between malloc() and calloc()?

3 Answers  


What is the difference b/w Structure & Union?

3 Answers  


What will be your course of action for a push operation?

0 Answers  


change to postfix a/(b+c*d-e)

8 Answers   Value Labs,


Explain why can’t constant values be used to define an array’s initial size?

0 Answers  


Is there any data type in c with variable size?

0 Answers  


What are logical errors and how does it differ from syntax errors?

0 Answers  


Categories