Hi,
I am getting a syntax error :
\Sainath.C(24) : error C2059: syntax error : '__stdcall'
for the below code:
int main()
{
COORD WINAPI GetLargestConsoleWindowSize(
__in HANDLE hConsoleOutput
);
printf("%d",x.WINAPI);
// I know its the printf statement which is wrong as only when I wrote it I got the error
mainMenu();
return 0;
}
Please advice what is wrong with the syntax.