Searching for "go"

Q:

Go command is a signal to execute the entire batch of SQL statements after previous Go

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:
Report Error

View Answer Workspace Report Error Discuss

Q:

The celebrated Novel 'The Godfather' was authored by

A) John Milton B) Victor Hugo
C) Mario Puzo D) Harold Robbins
 
Answer & Explanation Answer: C) Mario Puzo

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

Output of the Program :

main()

{

int i = 1;

while (i <= 5)

    {

         printf( "%d", i );

         if (i > 2) goto here;

         i++;

     }

}

fun()

{

here : printf( "PP" );

}

A) 1 B) 2
C) Compilation error D) Exception occurs
 
Answer & Explanation Answer: C) Compilation error

Explanation:

Compiler error: Undefined label 'here' in function main

Report Error

View Answer Report Error Discuss

Filed Under: Programming

Q:

void main()

{

char good *better, *best;

printf( "%d..%d", sizeof(better), sizeof(best) );

}

A) 1..2 B) 4..4
C) 4..2 D) 2..2
 
Answer & Explanation Answer: C) 4..2

Explanation:

The second pointer is of char type and not a good pointer.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

Q:

The diagonal of a rectangle is sqrt(41) cm.  and its area is 20 sq. cm. The perimeter of the rectangle must be:

A) 9 cm B) 18 cm
C) 20 cm D) 41 cm
 
Answer & Explanation Answer: B) 18 cm

Explanation:

l2+b2 = diagonal2=40

Also, lb=20

 

l+b2=l2+b2+2lb = 41 + 40 =81 

(l + b) = 9.

Perimeter = 2(l + b) = 18 cm.

Report Error

View Answer Report Error Discuss

Q:

The diagonal of the floor of a rectangular closet is 712 feet. The shorter side of the closet is 412 feet. What is the area of the closet in square feet?

A) 5 .5 B) 13.5
C) 27 D) 37
 
Answer & Explanation Answer: C) 27

Explanation:

Other side=1522-922ft  =2254-814ft  =1444= 6ft

 

Area of closet =(6 x 4.5)sq.ft = 27 sq.ft 

 

Report Error

View Answer Report Error Discuss

Q:

What Are Your Goals?

Answer

Sometimes it's best to talk about short-term and intermediate goals rather than locking yourself into the distant future. For example, "My immediate goal is to get a job in a growth-oriented company. My long-term goal will depend on where the company goes. I hope to eventually grow into a position of responsibility."

Report Error

View answer Workspace Report Error Discuss

Q:

Should government jobs in rural areas have more incentives

Arguments:

1. Yes. Incentives are essential for attracting government servants there

2. No. Rural areas are already cheaper,healthier and less complex than big cities .So,why offer extra incentives!

A) Only 1 is true B) Only 2 is true
C) Either 1 or 2 is true D) Neither 1 or 2 is true
 
Answer & Explanation Answer: A) Only 1 is true

Explanation:

Government jobs in rural are underlined with several difficulties in love of these .In lieu of these ,extra incentives are needed

Report Error

View Answer Report Error Discuss

Filed Under: Statement and Arguments
Exam Prep: GRE