Questions

Q:

Virginia is a place in U.S.A. famous for growing _____ .

A) Weed B) Cannabis
C) Tobacco D) None of the above
 
Answer & Explanation Answer: C) Tobacco

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Places

3 3801
Q:

Which team did Sachin Tendulkar paly for in the Ranji Trophy when he made his debut in first class cricket

A) Karnataka B) Delhi
C) Mumbai D) kerala
 
Answer & Explanation Answer: C) Mumbai

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

2 3798
Q:

Which among the following are the components of windows registry?

A) Keys B) SubKeys
C) Values D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:

All the above listed are the components of Windows registry

Report Error

View Answer Report Error Discuss

Filed Under: Operating Systems

0 3797
Q:

What does preceded in death mean?

Answer

We know that, preceeded means to come before. 


Hence, the given sentence, preceded in death means that person had died before this person.


 


For example :: Rahul preceeded Ravi in death, means Rahul died before Ravi.

Report Error

View answer Workspace Report Error Discuss

Subject: English Exam Prep: Bank Exams , CAT , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO

2 3796
Q:

Which of the following is / are fund managers for National Pension System (NPS) in 2017 ?

A) Axis provident fund B) Yes bank pension fund
C) ICICI prudential pension D) Punjab National provident fund
 
Answer & Explanation Answer: C) ICICI prudential pension

Explanation:

At present in 2017, there are only seven NPS fund managers viz. HDFC Pension Fund, ICICI Prudential Pension, Kotak Pension Fund, LIC Pension Fund,  Reliance Capital Pension, SBI Pension Fund and UTI Retirement Solutions.

Report Error

View Answer Report Error Discuss

8 3796
Q:

How would you check whether the contents of two structure variables are same or not?

Answer

struct emp


{


     char n[20];


      int age;


};


main()


{


    struct emp e1 = {"Dravid", 23};


   struct emp e2;


   scanf ("%s %d",e2.n, & e2.age);


   if( structcmp (e1,e2) ==0)


        printf ("The structures are equal");


   else


         printf ("The structures are unequal");


}


structcmp ( struct emp x, struct emp y)


{


     if (strcmp (x.n,y.n) ==0)


           if (x.age == y.age)


            return (0);


            return (1);


}


In short, if you nee to compare two structures, you'll have to write your own function to do so which carries out the comparison field by field.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3795
Q:

Which of the following layers of the earth is believed to have the heavist mineral materials of highest density

A) Central core B) Crust
C) Mantle D) Both (B) and (C)
 
Answer & Explanation Answer: A) Central core

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

0 3795
Q:

What is the capital of Peru?

A) Warsaw B) Lima
C) Dakar D) Victoria
 
Answer & Explanation Answer: B) Lima

Explanation:

Lima is the capital of Peru

Report Error

View Answer Report Error Discuss

Filed Under: Country Capitals

10 3794