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

#include<stdio.h>
int main()
{
int i=2;
int j=++i + ++i + i++;
printf("%d\n",i);
printf("%d\n",j);
}

Answer Posted / gaurav

Please use gcc compiler....u will get answer 1,i.e. 5 and 12

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I rethow can I return a sequence of random numbers which dont repeat at all?

1239


Can a variable be both constant and volatile?

1183


Can a pointer be null?

1079


i got 75% in all semester am i eligible for your company

2265


When should a type cast be used?

1065


What is sizeof in c?

1055


What is a pragma?

1178


What is #line in c?

1074


Explain 'bit masking'?

1137


explain what are actual arguments?

1144


what is bit rate & baud rate? plz give wave forms

2028


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

2235


What are file streams?

1068


What is bubble sort technique in c?

1039


What is the use of bitwise operator?

1174