Home » C++ Programming » Pointers » Question
  1. What is the default calling convention for a compiler in c++?
    1. __fastcall
    2. __pascal
    3. __cdecl
    4. __stdcall
    5. None of these
Correct Option: C

__cdecl



Your comments will be displayed only after manual approval.