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 / preethi

57
94

Is This Answer Correct ?    106 Yes 34 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is array of structure in c programming?

1336


Write a factorial program using C.

1123


What is the use of volatile?

1153


how to capitalise first letter of each word in a given string?

1984


What is the use of typedef in c?

1086


Ow can I insert or delete a line (or record) in the middle of a file?

1053


Write a program in c to replace any vowel in a string with z?

1177


Explain which function in c can be used to append a string to another string?

1141


What is a substring in c?

1087


How can I find out how much free space is available on disk?

1109


write a progrmm in c language take user interface generate table using for loop?

2103


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2100


write a program to generate address labels using structures?

4629


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

1170


Explain the use of keyword 'register' with respect to variables.

1103