Visual C++ MCQ

Visual C++ is a product of which company?

Answer

Correct Answer: Microsoft

Note: This Question is unanswered, help us to find answer for this one

What is CRuntime Class?

Answer

Correct Answer: Structure

Note: This Question is unanswered, help us to find answer for this one

Which object does not get involved in synchronization process of threads?

Answer

Correct Answer: Critical Section

Note: This Question is unanswered, help us to find answer for this one

Which class in VC++ contains InitInstance?

Answer

Correct Answer: CwinThread

Note: This Question is unanswered, help us to find answer for this one

MDI application in VC++ consists of how many resources?

Answer

Correct Answer: At least two

Note: This Question is unanswered, help us to find answer for this one

Visual C++ follows which paradigm of programming language?

Answer

Correct Answer: Object Oriented Paradigm

Note: This Question is unanswered, help us to find answer for this one

What is Visual C++?

Answer

Correct Answer: It is a commercial, non-free integrated development environment.

Note: This Question is unanswered, help us to find answer for this one

Which function in VC++ is used to display the window on the screen?

Answer

Correct Answer: ShowWindow()

Note: This Question is unanswered, help us to find answer for this one

Cfile Supports which type of Input/output?

Answer

Correct Answer: Unbuffered

Note: This Question is unanswered, help us to find answer for this one

How the libraries can be linked in VC++?

Answer

Correct Answer: Static way and Dynamic way

Note: This Question is unanswered, help us to find answer for this one

Visual C++ supports which language(s)?

Answer

Correct Answer: C/C++

Note: This Question is unanswered, help us to find answer for this one