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 i=5;
printf("%d%d%d%d",i++,i--,i);
}

Answer Posted / vignesh1988i

some garbage value , 4,5,5...

why in this o/p garbage value is because only 3 parameters
are passed but we have assigned 4 control strings , where
one control string is useless, so for that compiler will
print garbage value....

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is that possible to store 32768 in an int data type variable?

1139


What's the difference between constant char *p and char * constant p?

1195


How do you define structure?

1093


Can 'this' pointer by used in the constructor?

1136


What is break in c?

1106


What is a MAC Address?

1125


What is auto keyword in c?

1255


What does typeof return in c?

1165


What is a rvalue?

1264


Explain how can I write functions that take a variable number of arguments?

1136


What is selection sort in c?

1180


What is the condition that is applied with ?: Operator?

1186


In c language can we compile a program without main() function?

1179


All technical questions

2059


Write a code to determine the total number of stops an elevator would take to serve N number of people.

1313