C- Memory Map Question and Answer
C- Memory Map Question and Answer
43. What features makes C++ so powerful ?
- Easy Implementation.
- Reusing the old code.
- Easy memory management
- All of the above
46. The stack area is used to temporarily store
- Auto varibles
- Static variables
- Uninitialized extern variables
- All of the above
47. Who writes original Unix system in PDP-7 assembler
- K. Thompson
- Dennis M. Ritchie
- Bjarne Stroustrup
- None of these
48. All intel processors always follows which memory architecture
- Little-endian
- Bit-endian
- Both a and B
- None of these
49. When we hit a key from keyboard two key values are generated, such as ASCII value and
- Scan code
- Uni code
- Dinary code
- None of these
50. What is an IDE
- Internet Debugger Editor
- Intergrated Development Enviornment
- Inter Dependent element
- None of these