Answer Posted / 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 View All Answers
How to write a multi-statement macro?
What are control structures? What are the different types?
Where are c variables stored in memory?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is void main ()?
Explain Function Pointer?
What are data types in c language?
Write a program to swap two numbers without using a temporary variable?
How do I send escape sequences to control a terminal or other device?
How can I direct output to the printer?
When should you use a type cast?
Where static variables are stored in memory in c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is define directive?