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



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

Answer / 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

More C Interview Questions

how can we Declare a variable in c without defining it.

1 Answers   TCS,


Describe the modifier in c?

0 Answers  


How to reverse a string using a recursive function, without swapping or using an extra memory?

31 Answers   Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,


How can I copy just a portion of a string?

0 Answers  


int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


What is bin sh c?

0 Answers  


How to write the code of the program to swap two numbers with in one statement?

2 Answers  


What is the role of this pointer?

0 Answers  


What are the 5 types of inheritance in c ++?

0 Answers  


Prove or disprove P!=NP.

5 Answers   Microsoft,


how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


What is cohesion and coupling in c?

0 Answers  


Categories