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=2, y=4
if ((x==2||y==4)
x++
y++
if (y==4+1)
{
x=x+y;
}
y++;
printf("The values of x and y are %d and %d."x,y);
}
What is the output?


Answer Posted / kirthi s

x=2.y=4

Is This Answer Correct ?    2 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2836


What is difference between %d and %i in c?

1201


how many errors in c explain deply

2059


Can we assign string to char pointer?

1062


What is pivot in c?

999


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1686


Can you please explain the difference between strcpy() and memcpy() function?

1032


Explain what’s a signal? Explain what do I use signals for?

1101


What does %p mean?

1054


Write a code to generate divisors of an integer?

1026


Why can’t constant values be used to define an array’s initial size?

1345


How will you declare an array of three function pointers where each function receives two ints and returns a float?

1328


Explain the difference between getch() and getche() in c?

960


pierrot's divisor program using c or c++ code

2195


What is array of pointers to string?

1019