logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • 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)

  • Correct Answer
  • int ***fun(float*, char**) 


  • Technology problems


    Search Results


    • 1. List out the areas in which data structures are applied extensively?
    • Discuss
    • 2. In tree construction which is the suitable efficient data structure?

    • Options
    • A. Array
    • B. Linked list
    • C. Stack
    • D. Queue
    • Discuss
    • 3. What are SD37, SB37, SE37 abends?
    • Discuss
    • 4. What is IMS (DB/DC)?
    • Discuss
    • 5. What is the maximum data rate supported by a GSM system?
    • Discuss
    • 6. 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
    • 7. How to handle error in the destructor?

    • Options
    • A. throwing
    • B. terminate
    • C. both a & b
    • D. none of the mentioned
    • Discuss
    • 8. How much the bug is affecting the functionality of the application?
    • Discuss
    • 9. What is Silk Test and what is the use of it ?
    • Discuss
    • 10. What is the importance of having an emulator within the Android environment?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment