Questions

Q:

Why we use do-while loop in c?

Answer

It is also called as post tested loop. It is used when it is necessary to execute the loop at least one time. Syntax:

do {
Loop body
} while (Expression);

Example:

int main(){
    int num,i=0;  
    do{
         printf("To enter press 1\n");
         printf("To exit press  2");
         scanf("%d",&num);
         ++i;
         switch(num){
             case 1:printf("You are welcome\n");break;
             default : exit(0);
         }
    }
    while(i<=10);
    return 0;
}

Output: 3 3 4 4

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 1977
Q:

Ravinder Kumar Singhal, who has successfully completed the Ironman triathlon, is from which state?

A) Karnataka B) Telangana
C) Maharashtra D) Uttar Pradesh
 
Answer & Explanation Answer: C) Maharashtra

Explanation:
Report Error

View Answer Report Error Discuss

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

1 1977
Q:

Project Integration Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Monitor and Control Project Work phase?

Answer

I. Inputs



  • Project management plan

  • Work performance information

  • Rejected Change requests


II. Tools and Techniques



  • Project management methodology

  • Project management information system

  • Earned value technique

  • Expert Judgment


III. Outputs



  • Recommended corrective actions

  • Recommended preventive actions

  • Forecasts

  • Recommended defect repair

  • Requested changes 

Report Error

View answer Workspace Report Error Discuss

1 1976
Q:

What are the followers of Hinduism called

A) Brahmans B) Hindus
C) Sindhus D) Indus
 
Answer & Explanation Answer: B) Hindus

Explanation:

The followers of Hinduism are called Hindus.

Report Error

View Answer Report Error Discuss

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

3 1976
Q:

DSL is an example of what type of internet access?

A) Wireless B) Network
C) Broadband D) Slow
 
Answer & Explanation Answer: C) Broadband

Explanation:

Digital Subscriber Line (DSL) is a broadband connection. It is an internet access with several high-speed transmission technology.

 

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

2 1976
Q:

Which of the following statements describes the glycemic index of foods?

A) the extent to which a given food raises blood glucose and insulin levels B) the amount of insulin required to metabolize 100 grams of glucose
C) an individual’s glucose/insulin ratio in a fasted state D) the glucose content of a given food
 
Answer & Explanation Answer: A) the extent to which a given food raises blood glucose and insulin levels

Explanation:

The glycemic index or glycaemic index is a number associated with the carbohydrates in a particular type of food that indicates the effect of these carbohydrates on a person's blood glucose (also called blood sugar) level. A value of 100 represents the standard, an equivalent amount of pure glucose.

 

The GI represents the rise in a person's blood sugar level two hours after consumption of the food.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank PO

0 1975
Q:

When is Cost Per Thousand Impressions (CPM) bidding not available?

Answer

If your campaign is opted in to the Search Network.

Report Error

View answer Workspace Report Error Discuss

0 1975
Q:

Project Time Management

What are the Project Management Processes included in the Project Time Management?

Answer

Activity Definition - Identifying the Specific schedule activities that need to be performed to produce the various project deliverables.


Activity Sequencing - Identifying and documenting dependencies among schedule activities


Activity Resource Estimating - Estimating the type and quantities of resources required to perform each schedule activity


Activity Duration Estimating - Estimating the number of work periods that will be needed to complete individual schedule activities


Schedule Development - Analyzing activity sequences, durations, resource requirements, and schedule constraints to creae the project schedule.


Schedule Control - Controlling changes to the project schedule

Report Error

View answer Workspace Report Error Discuss

0 1974