Questions

Q:

The output of the code below is

       #include <stdio.h>
        void main()
        {
            int i = 0, k;
            if ( i == 0 )
                goto label;
                for ( k = 0;k < 3; k++ )
                {
                    printf( "hin" );
                    label: k = printf( "%03d", i );
                }
         }

A) 0 B) hi hi hi 0 0 0
C) 0 hi hi hi 0 0 0 D) 0 0 0
 
Answer & Explanation Answer: A) 0

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 14733
Q:

Which of the following is not true about cloud computing?

which_of_the_following_is_not_true_about_cloud_computing1539240737.jpg image

A) Cloud-based management platforms cannot support internally hosted server platforms B) Cloud-based management platforms can support multiple cloud-virtual server vendors
C) Cloud-based management platforms can support multiple cloud-virtual server operating systems D) Cloud-based management platforms can support change management methodologies
 
Answer & Explanation Answer: A) Cloud-based management platforms cannot support internally hosted server platforms

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database
Job Role: IT Trainer , Database Administration , Analyst

6 14728
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

4 14707
Q:

6 B in an O?

Answer

The given letter equation 6 B in an O refers to 6 Balls in an Over.

Report Error

View answer Workspace Report Error Discuss

33 14702
Q:

Anna Hazare was awarded the Padma Bhushan in recognition for

A) His war against corruption and launching Bharashtachar Virodhi Jan Andolan B) His service to the Indian army
C) His remarkable social service in the Adivasi areas of Bihar D) Transfoming a barren-dry village called Ralegan Siddhi in Maharastra's Ahmednagar district into a model village of self sufficiency,ecofriendly and harmony
 
Answer & Explanation Answer: D) Transfoming a barren-dry village called Ralegan Siddhi in Maharastra's Ahmednagar district into a model village of self sufficiency,ecofriendly and harmony

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

23 14697
Q:

Which of the following are advantage of CD-ROM as a storage media?

A) CD-ROM is an inexpensive way to store large amount of data and information B) CD-ROM disks retrieve data and information more quickly than magnetic disks do
C) CD-ROMS make less errors than magnetic media D) All of these
 
Answer & Explanation Answer: A) CD-ROM is an inexpensive way to store large amount of data and information

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams
Job Role: Bank PO

47 14697
Q:

Every HTML file is a ___________ file.

 

A) Text B) Audio
C) Video D) Image
 
Answer & Explanation Answer: A) Text

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

6 14695
Q:

Improve the bracketed part of the sentence.

 

Not only do they heighten anxieties among the (targeted groups rather also they) risk giving the unacceptable a perverse acceptability.

A) targeted group then also they B) targeted groups even also they
C) targeted groups but also they D) No improvement
 
Answer & Explanation Answer: C) targeted groups but also they

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 14671