can we change the default calling convention in c if yes
than how.........?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

0 Answers  


Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.

1 Answers  


shorting algorithmS

0 Answers   Wipro,


Is there a way to compare two structure variables?

0 Answers  


write a c program to check weather a particluar bit is set or not?

5 Answers   IBM,






difference between my-strcpy and strcpy ?

3 Answers   Geometric Software, IIM, Infosys,


How can I return multiple values from a function?

6 Answers  


#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }

9 Answers   Burning Glass,


Program to write some contents into a file using file operations with proper error messages.

2 Answers  


write a C code To reverse a linked list

2 Answers   Motorola, Wipro,


Explain high-order and low-order bytes.

0 Answers  


my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details

2 Answers  


Categories