Questions

Q:

When formaldehyde and potassium hydroxide are heated , we get 

A) Acetylene B) Methyl alcohol
C) Methane D) Ethyl formate
 
Answer & Explanation Answer: B) Methyl alcohol

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

147 25020
Q:

What would be the output of the following program ?

main()

{

     const int x = 5; 

      int *ptrx;

      ptrx = &x;

      *ptr = 10;

       printf ("%d", x);

}

A) 5 B) 10
C) Error D) Garbage value
 
Answer & Explanation Answer: B) 10

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

2 24996
Q:

Where has the World's largest Monolithic statue of Buddha been installed

A) Bamiyan B) Hyderabad
C) Kandy D) Lhasa
 
Answer & Explanation Answer: A) Bamiyan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

69 24975
Q:

Which of the following BEST describes a Service Desk?

A) A dedicated number of staff handling Incidents and service requests B) A process within Service Operation providing a single point of contact
C) A dedicated number of staff handling service requests D) A dedicated number of staff answering questions from users
 
Answer & Explanation Answer: A) A dedicated number of staff handling Incidents and service requests

Explanation:

A dedicated number of staff handling Incidents and service requests best describes a Service Desk.

Report Error

View Answer Report Error Discuss

22 24924
Q:

What will output when you compile and run the following code?

#include <stdio.h>
struct student
{

int roll;
int cgpa;
int sgpa[8];

};

void main()
{

struct student s = { 12,8,7,2,5,9 };
int *ptr;
ptr = (int *)&s;
clrscr();
printf( "%d", *(ptr+3) );
getch();

}

A) 8 B) 7
C) 2 D) Compiler error
 
Answer & Explanation Answer: C) 2

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 24913
Q:

The difference in the duration of day and night increases as one moves from

A) West to East B) East and west of the prime meridian
C) Poles to equator D) Equator to poles
 
Answer & Explanation Answer: D) Equator to poles

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

72 24902
Q:

Visible and invisible items of debit and credit are the part of___________.

 

A) import-export policy B) balance of payment
C) balance of trade D) annual budget
 
Answer & Explanation Answer: B) balance of payment

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

0 24879
Q:

Who was the first Chairman of the SAARC

A) Mr. Zia ur Rehman B) Lt.Gen H.M.Ershad
C) King Birendra D) Mrs.Indira Gandhi
 
Answer & Explanation Answer: B) Lt.Gen H.M.Ershad

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

99 24874