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 |
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
How to implement variable argument functions ?
Is it possible to have a function as a parameter in another function?
how to get the starting address of file stored in harddisk through 'C'program.
What is the size of structure pointer in c?
Is double link list a linear data structure? If Yes, Why?If No, Why?
What are c header files?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
Which is the best sort method for library management?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
What is the function of volatile in c language?
what is recursion in C