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 / vinay.k

yes answer is 3 3 1.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is array of structure in c programming?

1332


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

1179


What is const and volatile in c?

1097


What is pivot in c?

1079


Is array name a pointer?

1079


What is a stream water?

1283


Why is structure important for a child?

1149


Why we use stdio h in c?

1098


any "C" function by default returns an a) int value b) float value c) char value d) a & b

1134


what is stack , heap ,code segment,and data segment

2770


I need a sort of an approximate strcmp routine?

1081


Can the size of an array be declared at runtime?

1145


Write a program to check whether a number is prime or not using c?

1109


what are the different storage classes in c?

1235


Why is c still so popular?

1101