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 |
What is the advantage of c?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What does printf does?
Explain how can I pad a string to a known length?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
What is Function Pointer? Explain with example?
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
what is the different bitween abap and abap-hr?
Explain About fork()?