Questions

Q:

What will be output of following c code?

#include <stdio.h>
int main()

{
    int i;
    for(i=10;i<=15;i++){
         while(i){
             do{
                 printf("%d ",1);
                 if(i>1)
                      continue;
             }while(0);
             break;
         }
    }
    return 0;
}

Answer

Output: 1 1 1 1 1 1
For loop will execute six times.


 


 


 


Note: continue keyword in do-while loop bring the program its while condition (while(0)) which is always false.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2103
Q:

What is the proper term for a skeletal joint?

A) Articulation B) Compact Bone
C) Articular Cartilage D) Lacuna
 
Answer & Explanation Answer: A) Articulation

Explanation:

Articulation is the proper term for a skeletal joint.

Report Error

View Answer Report Error Discuss

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

2 2103
Q:

Animals like annelids and arthropods etc where the body can be divided into identical left and right halves in only one plane, exhibit ________ symmetry.

A) Coelenterata B) Radial
C) Ctenophora D) Bilateral
 
Answer & Explanation Answer: D) Bilateral

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

2 2103
Q:

India shares longest international boundary with which country?

A) Bangladesh B) China
C) Nepal D) Bhutan
 
Answer & Explanation Answer: A) Bangladesh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

2 2102
Q:

India is the ______ largest country in the world.

A) 3rd B) 5th
C) 7th D) 9th
 
Answer & Explanation Answer: C) 7th

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

3 2102
Q:

Stimulus diffusion example?

Answer

Stimulus diffusion is a type of expansion diffusion in which the idea is acceptable or adopted but not in its original form and expanded to culturally acceptable.


 


For example :


1. Mc. Donalds is also in India but not in beef. Indians culture will not accept beef and so it is with different forms like veg, non veg but the idea is same.


 


2. Yoga is an idea where in different regions use yoga for different reasons but the idea is same.

Report Error

View answer Workspace Report Error Discuss

Subject: General Science Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

0 2102
Q:

A person who drives a train is called

A) Loco pilot B) Railway engineer
C) Railway man D) Freight engineer
 
Answer & Explanation Answer: A) Loco pilot

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

2 2102
Q:

In the following question, out of the given four alternatives, select the one which best expresses the meaning of the given word.

Curtail

A) Prolong B) Downsize
C) Lengthen D) Extend
 
Answer & Explanation Answer: B) Downsize

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2102