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


Please Help Members By Posting Answers For Below Questions

What are void pointers in c?

566


Write a Program to find whether the given number or string is palindrome.

604


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1838


Difference between strcpy() and memcpy() function?

669


Explain the difference between null pointer and void pointer.

657






what is the difference between class and unio?

1851


How can I remove the trailing spaces from a string?

600


What is operator precedence?

635


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

1829


What are the uses of null pointers?

583


What is c mainly used for?

587


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1368


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1994


What does calloc stand for?

639


Why isnt any of this standardized in c?

624