Questions

Q:

Which of the following books was written by Gandhiji

A) Discovery of India B) My Experiments with Truth
C) India wins Freedom D) Freedom at Midnight
 
Answer & Explanation Answer: B) My Experiments with Truth

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

2 3012
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 3012
Q:

India's first-ever autism township will come up in?

A) Telangana B) West Bengal
C) Karnataka D) Gujarat
 
Answer & Explanation Answer: B) West Bengal

Explanation:

India's first-ever autism township will come up in West Bengal.

Report Error

View Answer Report Error Discuss

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

2 3012
Q:

Veins seen in the leaves, serve the function of

A) Transpiration B) Photosynthesis
C) Storage D) Conduction
 
Answer & Explanation Answer: A) Transpiration

Explanation:

Veins seen in the leaves, serve the function of Transpiration.

Related image

Transpiration is the process by which moisture is carried through plants from roots to small pores on the underside of leaves, where it changes to vapor and is released to the atmosphere. 

 

Report Error

View Answer Report Error Discuss

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

10 3010
Q:

Which three components are common to all amino acids?

Answer

Any two amino acids vary structure by the r-group, otherwise all amino acids are in the same structure. All amino acids have in common carboxyl group -COO , amino group -NH3+ and a hydrogen -H and a r-group which are all bonded to a central carbon.

Report Error

View answer Workspace Report Error Discuss

Subject: Chemistry Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk , Bank PO

1 3010
Q:

What is the biggest island in the Caribbean?

Answer

Cuba

Report Error

View answer Workspace Report Error Discuss

Subject: World Geography

1 3010
Q:

Foliated rocks are distinguished by

A) layers B) minerals
C) colors D) names
 
Answer & Explanation Answer: A) layers

Explanation:

Foliated rocks are distinguished by layers.

Report Error

View Answer Report Error Discuss

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

2 3009
Q:

Ticks and mites are actually

A) Arachnids B) Insects
C) Myriapods D) Crustaceans
 
Answer & Explanation Answer: A) Arachnids

Explanation:
Report Error

View Answer Report Error Discuss

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

7 3009