logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Which of the following type casts will convert an Integer variable named amount to a Double type ?


  • Options
  • A. (int to double) amount
  • B. int (amount) to double
  • C. int to double(amount)
  • D. (double) amount

  • Correct Answer
  • (double) amount 

  • Tags: Analyst, Database Administrator, IT Trainer, Project Manager

    Technology problems


    Search Results


    • 1. Which design patterns benefit from the multiple inheritance?

    • Options
    • A. Adapter and observer pattern
    • B. Code pattern
    • C. Glue pattern
    • D. None of these
    • Discuss
    • 2. How many types of modularization are there in c++?

    • Options
    • A. 4
    • B. 3
    • C. 1
    • D. none of these
    • Discuss
    • 3. Which of the following is a properly defined structure?

    • Options
    • A. struct {int a;}
    • B. struct a_struct {int a;}
    • C. struct a_struct int a;
    • D. struct a_struct {int a;};
    • Discuss
    • 4. In HTML document the tags are

    • Options
    • A. hidden keywords
    • B. used to display the content
    • C. Both A & B
    • D. None of the above
    • Discuss
    • 5. Which tag is used to display the numbered list? 1)
      2)
    • 3)
      4)

    • Options
    • A. 1
    • B. 2
    • C. 3
    • D. 4
    • Discuss
    • 6. Give an example for the use of volatile keyword in c++ ?
    • Discuss
    • 7. Which of the following is not a correct variable type?

    • Options
    • A. real
    • B. char
    • C. float
    • D. double
    • Discuss
    • 8. What are the tasks of a Business Analyst in Software Development Life Cycle?
    • Discuss
    • 9. Define what is a Fact, Dimension and Measure ?
    • Discuss
    • 10. What is the difference between ADODC and ADODB?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment