In Multibyte character set, what will be printed for the below code?
Code:
MessageBox(NULL, (LPCTSTR)L"Windows", NULL, MB_OK)
a) "Windows"
b) "E" "W"
c) "Error" "Windows"
d) "Error" "W"