logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are static and dynamic type checking?


  • Correct Answer
  • Type checking is the operation on which the arguments that can only be applied for Static type checking performs the type checking operation before the execution of the program To perform this operation, the arguments, expressions, variables must be given a data type Dynamic type checking performs the type checking operation at the time of the program execution To perform this operation, the arguments, expressions, variables must be given a data type 


  • Technology problems


    Search Results


    • 1. What is meant by heap?

    • Options
    • A. Used for fast reterival of elements
    • B. Used for organising the elements
    • C. Both a & b
    • D. None of the mentioned
    • Discuss
    • 2. Pick out the correct method in the c++ standard library algorithm.

    • Options
    • A. mismatch
    • B. maximum
    • C. minimum
    • D. None of these
    • Discuss
    • 3. What will happen when an exception is not processed?

    • Options
    • A. It will eat up lot of memory and program size
    • B. Terminate the program
    • C. Crash the compiler
    • D. None of the mentioned
    • Discuss
    • 4. Which is also called as abstract class?

    • Options
    • A. virtual function
    • B. pure virtual function
    • C. derived class
    • D. None of these
    • Discuss
    • 5. What is the Standard Template Library?
    • Discuss
    • 6. What is difference between QA, QC and Software Testing?
    • Discuss
    • 7. What is TDD ?
    • Discuss
    • 8. What Is Requirement Traceability Matrix ?
    • Discuss
    • 9. What is the use of controller object UIApplication?
    • Discuss
    • 10. In HTML 5 we do not need DTD why?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment