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
Explain what’s a signal? Explain what do I use signals for?
What does %d do?
How can I prevent another program from modifying part of a file that I am modifying?
What is the purpose of main( ) in c language?
What is the use of #include in c?
What is exit() function?
How many keywords (reserve words) are in c?
Why do we need functions in c?
Whats s or c mean?
What are the 5 elements of structure?
What are the rules for identifiers in c?
What is the benefit of using const for declaring constants?
Explain what is the difference between functions abs() and fabs()?
What is the difference between array and pointer?
What is call by value in c?