is it possible to change the default calling convention in c ?

Answer Posted / prady

Yes,u can change it,because calling convention is not
language specific.it is compiler and platform dependent.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is merge sort in c?

848


What is the difference between %d and %i?

834


In a switch statement, what will happen if a break statement is omitted?

841


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

1028


Can you please explain the difference between strcpy() and memcpy() function?

826


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

819


Explain what is the benefit of using #define to declare a constant?

821


What does nil mean in c?

927


What does %p mean?

839


Why is python slower than c?

830


Can a variable be both static and volatile in c?

814


Is c is a low level language?

816


What is the use of define in c?

811


int i=10; printf("%d %d %d", i, i=20, i);

1321


What are the 4 types of unions?

805