Can a pointer be volatile ?
Answer / Md Ataul Mustafa
Yes, a pointer can be declared as volatile in C and C++. Volatile pointers inform the compiler that the data to which they point might be modified by hardware or other threads, so the compiler should not optimize accesses to these locations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we need a infinite loop in embedded systems development? What are the different ways by which you can code in a infinite loop?
What trade offs do you have for resource contention?
Tell me can include files be nested?
Tell me what is microcontroller?
Mention how I/O devices are classified for embedded system?
What are little endian and big endian types of storage? How can you identify which type of allocation a system follows?
Have you designed ui, user interface?
What are the differences between stateless and stateful systems, and impacts of state on parallelism.
Mention what are the essential components of embedded system?
Explain me what is the difference between microprocessor and microcontroller?
Explain what is a watchdog timer?
Tell me what type of scheduling is there in rtos?