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 |
how can we Declare a variable in c without defining it.
Describe the modifier in c?
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?
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
What is bin sh c?
How to write the code of the program to swap two numbers with in one statement?
What is the role of this pointer?
What are the 5 types of inheritance in c ++?
Prove or disprove P!=NP.
how to get the starting address of file stored in harddisk through 'C'program.
What is cohesion and coupling in c?