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

Explain can static variables be declared in a header file?

1 Answers  


Explain bit masking in c?

1 Answers  


What is pragma in c?

1 Answers  


Define and explain about ! Operator?

1 Answers  


Explain what is the benefit of using enum to declare a constant?

1 Answers  


The variables are int sum=10,SuM=20; these are same or different?

3 Answers  


What is Memory leakage ?

2 Answers   HCL,


How can I find the modification date of a file?

1 Answers   Celstream,


write a program to print sum of each row of a 2D array.

4 Answers  


Explain how do you determine the length of a string value that was stored in a variable?

1 Answers  


What are pointers in C?

5 Answers   KPIT,


Write a program of prime number using recursion.

1 Answers   Aspiring Minds,


Categories