Questions

Q:

The main buffer system of the human blood is

A) H2CO3 B) H2SO4
C) CO2 D) O3
 
Answer & Explanation Answer: A) H2CO3

Explanation:

the_main_buffer_system_of_the_human_blood_is1556690852.jpg image

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

4 3492
Q:

The Governament of India has decided to declare which of the following rivers as ' national River '

A) Ganga B) Yamuna
C) Kaveri D) None of these
 
Answer & Explanation Answer: A) Ganga

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

2 3492
Q:

How many times the following program would print 'Jamboree'?

main()

{

     printf ( "\nJamboree");

     main ();

}

Answer

Till the stack doesn't overflow

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

2 3491
Q:

Name the mineral used to produce artificial diamonds.

Answer

Graphite

Report Error

View answer Workspace Report Error Discuss

Subject: General Science

39 3490
Q:

Select the antonym of

to envisage

 

A) oblivious B) to apprehend
C) to confront D) to visualize
 
Answer & Explanation Answer: A) oblivious

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 3489
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 3489
Q:

Classify the Hashing Functions based on the various methods by which the key value is found.

Answer

Direct method,


 Subtraction method,


 Modulo-Division method,


 Digit-Extraction method,


 Mid-Square method,


 Folding method,


Pseudo-random method

Report Error

View answer Workspace Report Error Discuss

Subject: Technology

5 3489
Q:

I am whole but incomplete. I have no eyes, yet I see. You can see, and see right through me. My largest part is one fourth of what I once was.

What am I?

Answer

A Skeleton is what is whole but incomplete, have no eyes, yet can see. We can see, and see right through it. The largest part is one fourth of what it once was i.e body.

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 3488