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

what is the output of the following program?
#include<stdio.h>
void main()
{
int x=4,y=3,z;
z=x-- -y;
printf("\n%d %d %d",x,y,z);
}

Answer Posted / amit

331

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to show the change in position of a cursor using c

1126


Explain how can I prevent another program from modifying part of a file that I am modifying?

1147


Explain function?

1142


What would be an example of a structure analogous to structure c?

1053


Do you know the use of 'auto' keyword?

1267


Why do some versions of toupper act strangely if given an upper-case letter?

1117


Is null valid for pointers to functions?

1253


What are the functions to open and close file in c language?

1264


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3745


What is the difference between array and structure in c?

1248


Why do we use int main?

1147


Why does this code crash?

1146


What is the use of clrscr?

1159


When should volatile modifier be used?

1077


What is difference between stdio h and conio h?

1440