logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • 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;};

  • Correct Answer
  • struct a_struct {int a;}; 

    Explanation

    The a_struct is declared as structure name and its data element is a.


  • Technology problems


    Search Results


    • 1. 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
    • 2. Which tag is used to display the numbered list? 1)
      2)
    • 3)
      4)

    • Options
    • A. 1
    • B. 2
    • C. 3
    • D. 4
    • Discuss
    • 3. How do we create a DHTML drop-down menu?
    • Discuss
    • 4. What are the difference between call screen and leave screen?
    • Discuss
    • 5. find all Employee records containing the word "Joe", regardless of whether it was stored as JOE, Joe, or joe.
    • Discuss
    • 6. How many types of modularization are there in c++?

    • Options
    • A. 4
    • B. 3
    • C. 1
    • D. none of these
    • Discuss
    • 7. 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
    • 8. 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
    • Discuss
    • 9. Give an example for the use of volatile keyword in c++ ?
    • Discuss
    • 10. Which of the following is not a correct variable type?

    • Options
    • A. real
    • B. char
    • C. float
    • D. double
    • Discuss


    Comments

    There are no comments.

Enter a new Comment