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
Why c is a mother language?
Can we assign string to char pointer?
Can i use “int” data type to store the value 32768? Why?
What is keyword with example?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
How to implement a packet in C
how to count no of words,characters,lines in a paragraph.
What is the difference between #include and #include 'file' ?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Are comments included during the compilation stage and placed in the EXE file as well?
What is include directive in c?
What do you mean by a local block?
What are the benefits of c language?
Hi can anyone tell what is a start up code?
write a c program in such a way that if we enter the today date the output should be next day's date.