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 / ganesh bankar

There is a errsor at compile time because some statements
are not terminated by ";".

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are identifiers c?

1032


What is the difference between fread and fwrite function?

1054


What header files do I need in order to define the standard library functions I use?

1018


Why do we use stdio h and conio h?

1045


What does c mean in basketball?

956


What are extern variables in c?

963


Where static variables are stored in memory in c?

966


What is the basic structure of c?

1034


How can I dynamically allocate arrays?

1050


What are dangling pointers in c?

1154


Explain can static variables be declared in a header file?

1121


Explain what are the different file extensions involved when programming in c?

1073


can we implement multi-threads in c.

1102


can we change the default calling convention in c if yes than how.........?

2493


What is void pointers in c?

971