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 |
What is a structural principle?
How are portions of a program disabled in demo versions?
about c language
Tell me when would you use a pointer to a function?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Without using main fn and semicolon,print remainder for a given number in C language
When should the volatile modifier be used?
How pointers are declared?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
who is the father of C Language?
20 Answers CTS, UST,
Which driver is a pure java driver
How to add two numbers with using function?