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...

main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}

Answer Posted / pooja

55 59

Is This Answer Correct ?    5 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are header files in c programming?

1183


Write a program to find factorial of a number using recursive function.

1182


Is int a keyword in c?

1041


Compare interpreters and compilers.

1117


What is the -> in c?

1070


Explain how can I read and write comma-delimited text?

1233


Distinguish between actual and formal arguments.

1136


Is array a primitive data type in c?

1133


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

1214


What are the types of type specifiers?

1100


What is const keyword in c?

1221


What is the difference between array and pointer in c?

1234


How do you list files in a directory?

1214


How can I get back to the interactive keyboard if stdin is redirected?

1242


What is memcpy() function?

1170