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);
}

what is the output?

Answer Posted / krzysztof

People... is itt really so hard to compile that and check? Correct answer, compiled with gcc:
56 93

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you please explain the difference between exit() and _exit() function?

996


What math functions are available for integers? For floating point?

1079


What is null pointer in c?

950


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1051


Can variables be declared anywhere in c?

1039


What do you mean by a local block?

1034


write a c program to find the sum of five entered numbers using an array named number

2079


What is the advantage of a random access file?

1133


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

1118


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

3017


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

2123


Write the Program to reverse a string using pointers.

971


praagnovation

2223


What are the general description for loop statement and available loop types in c?

1076


Is null always equal to 0(zero)?

994