Questions

Q:

Swap two variables without using third variable.

Answer

#include<stdio.h>
int main(){
    int a=5,b=10;
    a=b+a;
    b=a-b;
    a=a-b;
    printf("a= %d  b=  %d",a,b);
}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2085
Q:

In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

Answer

For load-time dynamic linking: Load module to be loaded is read into memory. Any reference to a target external module causes that module to be loaded and the references are updated to a relative address from the start base address of the application module.


With run-time dynamic loading: Some of the linking is postponed until actual reference during execution. Then the correct module is loaded and linked.

Report Error

View answer Workspace Report Error Discuss

0 2085
Q:

When was World Meterological Organisation estabilished?

A) 1950 B) 1952
C) 1956 D) 1949
 
Answer & Explanation Answer: A) 1950

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

5 2085
Q:

Who were not confirmed with the India's highest civilian honour Bharat Ratna for 2018?

A) Bhupen Hazarika B) Nanaji Deshmukh
C) Pranab Mukherjee D) Kailash Satyarthi
 
Answer & Explanation Answer: D) Kailash Satyarthi

Explanation:
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 2085
Q:

The process of soil formation is called

A) Filtration B) Weathering
C) Vegetation D) Calicing
 
Answer & Explanation Answer: B) Weathering

Explanation:

The soil is formed by breaking down of large rock surfaces into pieces due to water, wind and all atmospheric changes by mixing with plants and animal decays. This process is called as weathering.

Report Error

View Answer Report Error Discuss

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

1 2085
Q:

Who was the town-planner of Chandigarh?

A) Le Corbusier B) Christopher Wren
C) Charles Correa D) Edward Lutyens
 
Answer & Explanation Answer: A) Le Corbusier

Explanation:

Le Corbusier was the town-planner of Chandigarh.

Who_was_the_town-planner_of_Chandigarh1551090897.jpg image

He was a Swiss-French architect, designer, painter, urban planner, writer, and one of the pioneers of what is now called modern architecture.

 

Report Error

View Answer Report Error Discuss

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

1 2085
Q:

A solution developer needs to configure the HTTP listener of an Integration Server on a Linux Server.

Which operating system privileges does the developer need to modify Integration node
properties and properties of integration node resources?

A) root user B) mqm
C) mqbrks D) mqm and mqbrks
 
Answer & Explanation Answer: A) root user

Explanation:
Report Error

View Answer Report Error Discuss

14 2085
Q:

Atoms of the same element can differ in

A) Atomic number B) Atomic mass
C) electrons D) None of the above
 
Answer & Explanation Answer: B) Atomic mass

Explanation:

Atoms of the same element can have same atomic number and number of electrons since, the atomic number is the number of protons and the number of protons and eectrons are the same in an element.

 

Hence, the atoms of the same element may differ in their atomic mass since it depends on the number of neutrons it holds and such atoms are called isotopes.

Report Error

View Answer Report Error Discuss

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

1 2084