Questions

Q:

Who becomes the first Indian woman President of Indian National Congress?

A) Pratibha Patil B) Annie Besant
C) Sarojini Naidu D) Vijaya Lakshmi
 
Answer & Explanation Answer: C) Sarojini Naidu

Explanation:

The first Indian woman President of Indian National Congress was Sarojini Naidu in the year 1925.

 

First woman to become the president of INC - Annie Besant 1917.

Report Error

View Answer Report Error Discuss

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

0 2915
Q:

A viral species is a group of viruses that

A) same ecological niche B) same genetic information
C) both A & B D) None of the above
 
Answer & Explanation Answer: C) both A & B

Explanation:
Report Error

View Answer Report Error Discuss

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

2 2915
Q:

Which one of the following National Highways is the longest

A) NH-2 B) NH-7
C) NH-8 D) NH-15
 
Answer & Explanation Answer: B) NH-7

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

4 2915
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 2915
Q:

In which Organelle does Cellular Respiration Occur?

A) Chloroplast B) ATP and NADPH
C) Cytoplasm D) Mitochondria
 
Answer & Explanation Answer: D) Mitochondria

Explanation:

Mitochondria is the Organelle in which Cellular Respiration Occur.

Report Error

View Answer Report Error Discuss

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

9 2914
Q:

The total number of judges of the International Court of Justice is

A) 10 B) 12
C) 15 D) 18
 
Answer & Explanation Answer: C) 15

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

0 2913
Q:

Have you had experience of locking up a shop and dealing with stock ordering?

Answer

These are a couple of examples of things that retail staff may be expected to get involved with, and they'll be keen to see how much additional training they might need to provide.

Report Error

View answer Workspace Report Error Discuss

Subject: Retail

5 2912
Q:

Soils, which have undergone gleying and are associated with marshes , swamps or poorly drained upland are called ____

A) calcimorphous soils B) hydromorphic soils
C) halomorphic soils D) sierozems
 
Answer & Explanation Answer: B) hydromorphic soils

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

1 2912