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 is not a pointer null after calling free?
write a program to print data of 5 five students with structures?
Can a pointer be null?
How does sizeof know array size?
What do you mean by dynamic memory allocation in c?
What is character set?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
What are the disadvantages of external storage class?
How do you generate random numbers in C?
Explain what is wrong in this statement?
how do you programme Carrier Sense Multiple Access
What is equivalent to ++i+++j?
What happens if a header file is included twice?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is indirection?