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 |
Explain can static variables be declared in a header file?
Explain bit masking in c?
What is pragma in c?
Define and explain about ! Operator?
Explain what is the benefit of using enum to declare a constant?
The variables are int sum=10,SuM=20; these are same or different?
What is Memory leakage ?
How can I find the modification date of a file?
write a program to print sum of each row of a 2D array.
Explain how do you determine the length of a string value that was stored in a variable?
What are pointers in C?
Write a program of prime number using recursion.