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
Is main an identifier in c?
How can a number be converted to a string?
Why do we use null pointer?
Explain what is the general form of a c program?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is the difference between array_name and &array_name?
What is bubble sort technique in c?
What are the 3 types of structures?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
How do you list files in a directory?
Explain the binary height balanced tree?
Are the variables argc and argv are local to main?
What is the use of volatile?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Explain how can I pad a string to a known length?