logo

CuriousTab

CuriousTab

Technology problems


  • 1. The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is

  • Options
  • A. int **fun(float**, char**)
  • B. int *fun(float*, char*)
  • C. int ***fun(float*, char**)
  • D. int ***fun(*float, **char)
  • Discuss
  • 2. How do define the user-defined exceptions?

  • Options
  • A. inheriting and overriding exception class functionality.
  • B. overriding class functioality.
  • C. inheriting class functionality
  • D. none of the mentioned
  • Discuss
  • 3. How to handle error in the destructor?

  • Options
  • A. throwing
  • B. terminate
  • C. both a & b
  • D. none of the mentioned
  • Discuss
  • 4. How much the bug is affecting the functionality of the application?
  • Discuss
  • 5. What is Silk Test and what is the use of it ?
  • Also asked in: Analyst, IT Trainer, Software Architect

  • Discuss
  • 6. What is the importance of having an emulator within the Android environment?
  • Discuss
  • 7. What are new Media Elements in HTML5?
  • Discuss
  • 8. What is the purpose of canvas in HTML?
  • Discuss
  • 9. What are three ways to reduce page load time?
  • Discuss
  • 10. What is ADB in Android ?
  • Also asked in: Analyst, IT Trainer, Project Manager

  • Discuss

First 12 13 14 ... 76 .. 138 139 Last