Questions

Q:

Most highly intelligent mammals are

A) Elephants B) Kangaroos
C) Whales D) Dolphins
 
Answer & Explanation Answer: D) Dolphins

Explanation:

Dolphins are the most highly intelligent mammals.

Report Error

View Answer Report Error Discuss

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

9 2889
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 2889
Q:

For Gamma radiation, what stops its penetrating abilities?

A) Lead B) Steal
C) Concrete D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

The highly energetic gamma particles can penetrate most compounds that stop by other types of radiation. However, lead, steel, or concrete can reduce the high energy of these particles, making them less penetrating.

 

Hence, Gamma radiation can be stopped by a several inches of lead or steel, or several meters of concrete.

Report Error

View Answer Report Error Discuss

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

3 2888
Q:

Where is the Forest Reserve Institute of India located

A) Bhopal B) Dehradum
C) Lucknow D) Delhi
 
Answer & Explanation Answer: B) Dehradum

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

7 2888
Q:

Earth is a system comprised of interacting processes.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

True, Earth is a system comprised of interacting processes. Such processes include carbon cycle, water cycle, Phosphorous cycle,...

Report Error

View Answer Workspace Report Error Discuss

Subject: General Science
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 2887
Q:

The More You Have, The Less You See. What is it?

A) Light B) Darkness
C) Sight D) None
 
Answer & Explanation Answer: B) Darkness

Explanation:

The More You Have the Darkness, The Less You See i.e, visible less.

Report Error

View Answer Report Error Discuss

6 2887
Q:

The first female to take over the controls of a NASA spaceship is

A) Wilkie Collins B) Eileen Collins
C) Colette D) Kim Clijsters
 
Answer & Explanation Answer: B) Eileen Collins

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

0 2886
Q:

Brainstorming is an example of

brainstorming_is_an_example_of1553165225.jpg image

A) Computer language B) Problem solving technique
C) Lightening effect D) None of the above
 
Answer & Explanation Answer: B) Problem solving technique

Explanation:

Brainstorming is an example of a problem solving technique of severe thinking.

Report Error

View Answer Report Error Discuss

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

3 2886