Your proficiency in VC++ is judged by your performance in the online/written
test. Reading books after books on VC++ alone can not help you crack an
interview. Practice with this set of tricky questions on VC++ to ensure that
you choose the correct answer from very closely related options within the
stipulated time. Whether you are an experienced professional or a fresher
trying to make an entry into the corporate work, you will find this test
extremely helpful.
Online Practice
Test > VC++ Test
Here are few sample VC test/quiz questions
Visual C++ follows which paradigm of programming language?
Procedural paradigm
Functional paradigm
Object Oriented Paradigm
Logical Paradigm
Which function in VC++ is used to display the window on the screen?
ViewWindow()
ShowWindow()
SeeWindow()
UpdateWindow()
Click here to start VC
quiz/test
More Links
Modal dialog box is the dialog box in which user response is required before
continuing with the program. The Paragraph dialog box of WordPad is a good
example of it when it is displaying,..............
A critical section in which the process may be changing common variables,
updating table, writing a file and perform another function. The important
problem is that if one process is.................
|