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 |
64/square(4)
I want tcs placement papers of 2004-2009 , its urgent
what is the structure pointer?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
Explain how can I convert a string to a number?
What is c language in simple words?
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
What are types of preprocessor in c?
How can I read and write comma-delimited text?
When should volatile modifier be used?
What is string in c language?
Find if a number is power of two or not?