C- Memory Map Question and Answer
C- Memory Map Question and Answer
21. Mapping virtual address to physical address
- page table is used
- Segmentation is used
- Symbol table is used
- None of these
22. attempts tow rite a read only location
- segmentation fault
- Null pointer assignment
- Page fault
- None of these
23. Turbo C used formula: segment address *16 + offset address
- To get the 20 bits physical address
- To get the 32 bits physical address
- To get the 24 bits physical address
- None of these
25. Which byte order is followed by Motorola Processors ?
- Little-Endian
- Big-Endian
- Bi-Endian
- None of these
26. Every C program starts from main and ends with
- Ending Corely brace
- Null statement
- Semocolon
- None of these
27. List in chronological order, when these languages became officially recognised as a standard i) ANSI C II) ANSI common LIST (III) ANSI COBAL (iv)ANSI ADA
- i, ii, iii, iv
- i, iii, ii, iv
- iv, iii, i, ii
- i, iv, iii, ii
28. Addresses of the Stack variables are always growing
- Up Order
- Down Order
- Left Order
- Right Order
29. Whch of the following stream associated with Keyboard ?
- stdin
- stdout
- stderr
- None of these