Questions

Q:

What would be the output of the following program?

main()

{

    float a = 0.7;

    if ( a < 0.7f )

          printf ( " C ");

    else 

          Printf ( " C++ ");

}

Answer

C++

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2023
Q:

What would be the output of the following program?

main()

{

    printf (" %d%d%d ", sizeof (3.14f), sizeof (3.14), sizeof (3. 141);

}

Answer

4  8  10

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2022
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 2022
Q:

Ravinder Kumar Singhal, who has successfully completed the Ironman triathlon, is from which state?

A) Karnataka B) Telangana
C) Maharashtra D) Uttar Pradesh
 
Answer & Explanation Answer: C) Maharashtra

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2022
Q:

What is the outcome when a cell undergoes meiosis?

A) Two haploid cells B) Four haploid cells
C) Two diploid cells D) Four diploid cells
 
Answer & Explanation Answer: B) Four haploid cells

Explanation:

When a cell undergoes meiosis process, it produces 4 haploid cells as a result.

Report Error

View Answer Report Error Discuss

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

3 2022
Q:

Who owns Tradestation?

A) SBI Group B) Monex Group, Inc.
C) CME Group D) None of the above
 
Answer & Explanation Answer: B) Monex Group, Inc.

Explanation:

Tradestation is owned by its parent organization Monex Group, Inc.

Report Error

View Answer Report Error Discuss

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

0 2022
Q:

Increased wind speed is accompanied by a reduced air _____________.

A) humidity B) pressure
C) density D) aridity
 
Answer & Explanation Answer: B) pressure

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

2 2022
Q:

Ctrl+F in MS Word for

A) Re do B) to find the word
C) Select all D) Center text
 
Answer & Explanation Answer: B) to find the word

Explanation:

Ctrl + F is a shorcut keyword and it is used for searching the word you want in the large document in the M.S. Word.

Report Error

View Answer Report Error Discuss

2 2021