|
Motorola Interview Questions |
|
|
|
|
Write a Code:
1. To reverse a string using a recursive function, without
swapping or using an extra memory.
2. To reverse a linked list as above. given a macro like
#define MAX(A,B) {to return that is larger}
What will MAX(i++,j),MAX(i,j++) return.
3. Difference between Macro and ordinary definition.
4. Difference between Class and Structure.
5. Testing and Maintenance.(will you work in it and what are they)
6. Give the outputs of a compiler and assembler and loader
and linker etc. If a new data structure, suppose a
queue is to be added like
int, long etc., where shall the changes be -- lex or yacc or where.
7. What is a Real Time OS.Name some.
8. Describe VRTX in few words.
9. How does the scheduler know the time how it should be scheduled
10. Sockets, TLI, streams.. and much about project
11. What is deadlock? How do you avoid it?
12. What is a semaphore?
13. What exactly happens after each system call in sockets, both at the client
and at the server?
14. What is the difference between widget & gadget in XWindows?
15. Tell about strtok & strstr functions.
|