Questions

Q:

Write a c program to check whether a number is strong or not.

Answer

#include<stdio.h>
int main(){
  int num,i,f,r,sum=0,temp;

  printf("Enter a number: ");
  scanf("%d",&num);
 
  temp=num;
  while(num){
      i=1,f=1;
      r=num%10;

      while(i<=r){
         f=f*i;
        i++;
      }
      sum=sum+f;
      num=num/10;
  }
  if(sum==temp)
      printf("%d is a strong number",temp);
  else
      printf("%d is not a strong number",temp);

  return 0;
}

Sample output:
Enter a number: 145
145 is a strong number

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2021
Q:

What is virtual memory?

Answer

Virtual memory is hardware technique where the system appears to have more memory that it actually does. This is done by time-sharing, the physical memory and storage parts of the memory one disk when they are not actively being used.

Report Error

View answer Workspace Report Error Discuss

0 2021
Q:

Are you comfortable offering our charge account to customers?

Answer

A candidate should not be shy here. Someone who tells you that they are uncomfortable when being solicited for proprietary charges by other retailers will not be successful in your organization. If that is something that you as a candidate struggle with, make sure that you portray your desire to succeed. Tell the employer that it is something that you are gaining skills on, and would love the opportunity to perfect your script.

Report Error

View answer Workspace Report Error Discuss

Subject: Retail

0 2021
Q:

What is an idle thread?

Answer

The special thread a dispatcher will execute when no ready thread is found.

Report Error

View answer Workspace Report Error Discuss

1 2020
Q:

Who has won the Miss India USA 2019 title?

A) Manushi Chhillar B) Kim Kumari
C) Anu Kreethy Vas D) Shree Saini
 
Answer & Explanation Answer: B) Kim Kumari

Explanation:

Kim Kumari of New Jersey crowned Miss India USA 2019 tite.

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 2020
Q:

Who become youngest gold medallist in shooting at Khelo India Youth Games 2019?

A) Abhinav Shaw B) Prithvi Shaw
C) Hardik D) None of the above
 
Answer & Explanation Answer: A) Abhinav Shaw

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2020
Q:

In 1236 Sultan Iltutmish’s daughter, __________, became Sultan.

A) Rehana B) Rukhsana
C) Rashida D) Raziyya
 
Answer & Explanation Answer: D) Raziyya

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

2 2020
Q:

What is a normal pH level in blood?

A) 7.35 - 7.45 B) 7.45 - 7.55
C) 7.6 - 7.7 D) 7 - 7.10
 
Answer & Explanation Answer: A) 7.35 - 7.45

Explanation:
Report Error

View Answer Report Error Discuss

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

2 2020