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

int main()
{
int x = (2,3,4);
int y = 9,10,11;
printf("%d %d",x,y);
}
what would be the output?

Answer Posted / yatish m yadav

x=4 and y=9

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Not all reserved words are written in lowercase. TRUE or FALSE?

1280


Explain About fork()?

1174


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

1225


Is it acceptable to declare/define a variable in a c header?

1183


Explain what is the purpose of "extern" keyword in a function declaration?

1127


How can I read a binary data file properly?

1253


Is malloc memset faster than calloc?

1133


How are strings stored in c?

1083


Explain how do you list files in a directory?

1118


What is your stream meaning?

1338


What is the difference between Printf(..) and sprint(...) ?

1641


What is the difference between int main and void main?

1101


What is a function in c?

1687


What is the g value paradox?

1253


What are the types of operators in c?

1108