Win32API Question:
Download Questions PDF

What is the difference between MFC and Win32?

Answer:

Win32 is a set of Windows APIs written in C and MFC is a
framework built arround Win32. All MFC functions internally
use Win32 APIs. And MFC is written in C++.

Download Win32API Interview Questions And Answers PDF

Previous QuestionNext Question
How to Initialize contents of a dialog?What are the design patterns of an MFC application?