Questions

Q:

The country which celebrates Independence day on 15th August, apart from India, is

Answer

South Korea

Report Error

View answer Workspace Report Error Discuss

Subject: World History

0 2122
Q:

How would you find the length of each string in the following Program?

main()

{

    char *str[] = { "Frogs", "Do", "Not" , "Die" , "They" , "Croak!"};

    printf ("%d%d", sizeof (str), sizeof (str[0]));

}

Answer

main()


{


   char *str[] = { "Frogs", "Do", "Not", "Die." , "They", "Croak!" };


   int i;


         for ( i = 0;i<=5;i++)


         printf ("\n%s%d", str[i], strlen( str[i]));


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2122
Q:

In the following code in which order the functions would be called?

a = ( f1 ( 23,14 ) * f2 ( 12/4) ) + f3() ;

Answer

The order may vary from compiler to compiler.


Here the multiplication will happen before the addition , but in which order the functions would be called is undefined. In an arithmetic expression the parentheses tell the compiler which operands go with which operators but do not force the compiler to evaluate everything within the parentheses first.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2122
Q:

Grammy Award is given in the field of

A) Music B) Medicine
C) Sports D) Literature
 
Answer & Explanation Answer: A) Music

Explanation:

Grammy Award is given in the field of Music industry by The Recording Academy of the United States.

grammy_award_is_given_in_the_field_of1544436624.jpg image

Report Error

View Answer Report Error Discuss

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

0 2122
Q:

Each item consists of six sentences of a passage. The first and sixth sentences are given in the beginning as S1 and S6. The middle four sentences in each have been jumbled up and labelled as P, Q, R and S. You are required to find the proper sequence of the four sentences and mark your response accordingly on the Answer Sheet.

S1 :The Nobel Prize for Economics in 2018 was awarded to Paul Romer and William Nordhaus for their work in two separate areas : economic growth and environmental economics respectively.
S6 :Among recent winners of Nobel Prize in Economics, it’s hard to think of one issue which is more topical and relevant to India.
P :But there is a common thread in their work.
Q : In economic jargon it’s termed as externality.
R : Productive activity often has spillovers, meaning that it can impact an unrelated party.
S :Romer and Nordhaus both studied the impact of externalities and came up with profound insights and economic models.
The correct sequence should be

A) P Q R S B) P R Q S
C) Q S P R D) Q S R P
 
Answer & Explanation Answer: B) P R Q S

Explanation:

PRQS is the correct order in which sentences should be arranged

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2122
Q:

Which country is partner country at International Gita Festival 2018 along with India?

A) Spain B) Malaysia
C) Mauritius D) None of the above
 
Answer & Explanation Answer: C) Mauritius

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

2 2122
Q:

Which IIT has launched an exclusive incubator "Fabless Chip Design Incubator"(FabCI) to boost chip design?

A) IIT Kanpur B) IIT Hyderabad
C) IIT Madras D) IIT Mumbai
 
Answer & Explanation Answer: B) IIT Hyderabad

Explanation:

IIT Hyderabad has launched an exclusive incubator "Fabless Chip Design Incubator"(FabCI) to boost chip design.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 2121
Q:

Through which light cannot pass?

A) Notebook paper B) Water
C) Book D) Sun glasses
 
Answer & Explanation Answer: C) Book

Explanation:

The objects through which light cannot pass are called as Opaque objects. Some objects allow some light to pass through them and are called as Translucent objects. The objects which allow all the light to pass through them are called as Transparent objects.

 

Here in the given options Book is an example of opaque object as it does not allow light to pass through it. Water is transparent object and notebook paper and sun glasses are examples of translucent objects.

Report Error

View Answer Report Error Discuss

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

2 2120