is it possible to change the default calling convention in c ?



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

Post New Answer

More C Interview Questions

What is meant by operator precedence?

0 Answers  


program for comparing 2 strings without strcmp()

4 Answers  


what is c

1 Answers  


What is function pointer c?

0 Answers  


1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.

4 Answers   Ignou, TCS,






Why void main is used in c?

0 Answers  


Is flag a keyword in c?

0 Answers  


simple program for virtual function?

1 Answers  


How can I implement sets or arrays of bits?

0 Answers  


YBJBU6

1 Answers  


4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none

10 Answers  


I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed

4 Answers   Aspire,


Categories