Questions

Q:

C program to find the factorial of a given number

Answer

 #include<stdio.h>
int main(){
  int i=1,f=1,num;

  printf("Enter a number: ");
  scanf("%d",&num);

  while(i<=num){
      f=f*i;
      i++;
  }

  printf("Factorial of %d is: %d",num,f);
  return 0;
}

Sample output:
Enter a number: 5
Factorial of 5 is: 120

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2051
Q:

What is a job queue?

Answer

When a process enters the system it is placed in the job queue.

Report Error

View answer Workspace Report Error Discuss

0 2051
Q:

Project Integration Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Direct and Manage Project Execution Phase?

Answer

I. Inputs



  • Project management plan

  • Approved corrective actions

  • Approved preventive actions

  • Approved change requests

  • Approved defect repair

  • Validated defect repair

  • Administrative closure procedure


II. Tools and Techniques



  • Project management methodology

  • Project management information system


III. Outputs



  • Deliverables

  • Requested changes

  • Implemented change requests

  • Implemented corrective actions

  • Implemented preventive actions

  • Implemented defect repair

  • Work performance information

Report Error

View answer Workspace Report Error Discuss

0 2051
Q:

Who has chosen for the first "Bhagwan Mahavir Ahimsa Puraskar"?

A) Subhash Chandra Bose B) Alluri Seetha Ramaraju
C) Abhinandan Varthaman D) None of the above
 
Answer & Explanation Answer: C) Abhinandan Varthaman

Explanation:

Abhinandan Varthaman who shot down the Pakistan's F-16 jet has chosen for the first "Bhagwan Mahavir Ahimsa Puraskar".

Report Error

View Answer Report Error Discuss

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

4 2051
Q:

PQR is right angled at Q. If cosecP = 17/15, then what is the value of sinR ?

A) 15/17 B) 11/17
C) 8/17 D) 13/17
 
Answer & Explanation Answer: C) 8/17

Explanation:
Report Error

View Answer Report Error Discuss

1 2051
Q:

Project Communications Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Communications planning?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project scope statement

  • Project management plan


                   - Constraints


                   - Assumptions


II. Tools and Techniques



  • Communications requirements analysis

  • Communications technology


III. Outputs



  • Communications management plan

Report Error

View answer Workspace Report Error Discuss

0 2050
Q:

Select the odd number from the given alternatives

A) 100 B) 400
C) 800 D) 900
 
Answer & Explanation Answer: C) 800

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Non Verbal Reasoning
Exam Prep: Bank Exams

2 2050
Q:

Which Chinese space probe touched down on the far side of the moon?

A) Voyager 2 B) Juno
C) Mars Pathfinder D) ChangE4
 
Answer & Explanation Answer: D) ChangE4

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2050