Implement a <basic data structure> using <some language> on <paper|whiteboard|notepad>.



Implement a <basic data structure> using <some language> on <paper|whiteboard|notepad..

Answer / Idreesh Ahamad

A simple array data structure in C is defined as follows:nn```cnint myArray[10]; // Array with 10 integer elementsn```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Embedded Systems AllOther Interview Questions

Tell me what are the 4 types of inheritance relationship?

1 Answers  


Explain various uses of timers in embedded system?

1 Answers  


If you buy some rtos, what are the features you look for in?

1 Answers  


What is spin lock?

1 Answers  


What is the repository pattern? The factory pattern? Why are patterns important?

1 Answers  


Why continuous integration is important?

1 Answers  


What is the purpose of using critical sections?

1 Answers  


How do you react to people criticizing your code/documents?

1 Answers  


Tell me what is rtos?

1 Answers  


What is size of character, integer, integer pointer, character pointer?

1 Answers  


What do you mean by interrupt latency?

1 Answers  


Suppose you buy some rtos, what are the features you look for in?

1 Answers  


Categories