Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


What are the types of operators in c?

0 Answers  


How can I swap two values without using a temporary?

0 Answers  


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


What are 'near' and 'far' pointers?

0 Answers  


How can I get random integers in a certain range?

0 Answers  


How can you return multiple values from a function?

0 Answers  


Dear Sir, we are required the bubble sorting programs Regs Prem

1 Answers  


Can i use Two or More Main Funtion in any C program.?

4 Answers  


typedef struct { int i:8; char c:9; float f:20; }st_temp; int getdata(st_temp *stptr) { stptr->i = 99; return stptr->i; } main() { st_temp local; int i; local.c = 'v'; local.i = 9; local.f = 23.65; printf(" %d %c %f",local.i,local.c,local.f); i = getdata(&local); printf("\n %d",i); getch(); } why there there is an error during compiling the above program?

1 Answers  


Write a program to find minimum between three no.s whithout using comparison operator.

4 Answers   IBM,


what is the role you expect in software industry?

0 Answers   HCL,


Categories