Questions

Q:

Which of the following animals have teeth in their stomach?

A) Frogs B) Crabs
C) Snakes D) Cockroach
 
Answer & Explanation Answer: B) Crabs

Explanation:
Report Error

View Answer Report Error Discuss

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

21 2649
Q:

The state whose co-operative bank became the first cooperative bank of the country to launch its own 'Ru Pay' ATM -cum- debit card recently

Answer

Himachal pradesh 

Report Error

View answer Workspace Report Error Discuss

1 2648
Q:

Write a c program to create dos command type.

Answer

#include
int main( int count,char * argv[] ) {
    int i;
    FILE *ptr;
    char *str;
    char ch;
    if( count == 1) {


         printf( "The syntax of the command is incorrect.\n" );
    }
    for( i=1;i<cout;i++ ){
         ptr=fopen(argv[i],"r");
         if(ptr==NULL){
             printf("The system cannot find the file specified.");
             if(count>2)
                 printf("\nError occurred while procesing : %s.\n",argv[i]);
         }
         else {
             if(count>2) {
                 printf("%s\n\n",argv[i]);
             }
             while((ch=getc(ptr))!=-1)
                 printf("%c",ch);
         }
         fclose(ptr);
    }
    return 0;
}


 


Save the above file as open.c, compile and execute the go to command mode (current working directory) and write: open xy.c (xy.c any file present in that directory)
To run the open command in all directories and drive you will have to give the path of current working directory in command mode. Write:
C:tc\bin>PATH c:\tc\bin
Now press enter key. Now your open command will work in all directory and drive.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2648
Q:

Faizi lived in the court of _________.

 

A) Humayun B) Dara Shikoh
C) Bahadur Shah Zafar D) Akbar
 
Answer & Explanation Answer: D) Akbar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

3 2647
Q:

What are the products formed during photosynthesis?

 

A) Glucose, Water and Oxygen B) Glucose and Oxygen
C) Starch and Oxygen D) Starch, Water and Oxygen
 
Answer & Explanation Answer: A) Glucose, Water and Oxygen

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

1 2647
Q:

The technique of DNA fingerprinting in human was developed for first time by _________

A) Lalji Singh B) Alec Jeffreys
C) R. Ericson D) J. Black
 
Answer & Explanation Answer: B) Alec Jeffreys

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

6 2647
Q:

Which of the following does not influence haemoglobin saturation?

A) Nitric oxide B) Carbon dioxide
C) Temperature D) DPG
 
Answer & Explanation Answer: A) Nitric oxide

Explanation:
Report Error

View Answer Report Error Discuss

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

4 2647
Q:

Which is the first bank established in India?

A) General Bank of India B) Bank of Calcutta
C) Bank of Hindustan D) Bank of Baroda
 
Answer & Explanation Answer: C) Bank of Hindustan

Explanation:

The first bank established in India in the year 1770 was Bank of Hindustan followed by the General Bank of India in the year 1786. The State Bank of India (SBI) was the still existing oldest bank which was established in the year 1806 in the name of Bank of Calcutta.

Which_is_the_first_bank_established_in_India1559281065.jpg image

Report Error

View Answer Report Error Discuss

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

4 2647