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=10,y=15;
x=x++;
y=++y;
printf("%d %d\n",x,y);
}

output??

Answer Posted / chandrakala

hai Mannu how it will become 35, 39. the answer is only 11
and 16 ok...


thanks
chandra

Is This Answer Correct ?    9 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

1117


What are the data types present in c?

1241


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

1317


What is wrong with this statement? Myname = 'robin';

1394


What is meant by realloc()?

1204


What functions are in conio h?

1265


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

1264


What is pointer and structure in c?

1283


How do you determine a file’s attributes?

1134


Why does everyone say not to use scanf? What should I use instead?

1475


Write a c program to demonstrate character and string constants?

2248


What is void main () in c?

1251


Differentiate between a for loop and a while loop? What are it uses?

1239


Lists the benefits of c programming language?

1207


What does calloc stand for?

1245