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

Is malloc memset faster than calloc?

1016


Which node is more powerful and can handle local information processing or graphics processing?

1261


How do you define a string?

1048


Can I initialize unions?

987


Stimulate calculator using Switch-case-default statement for two numbers

2922


Why c is called top down?

1094


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1923


What is the size of structure in c?

1095


How can you increase the size of a statically allocated array?

1031


show how link list can be used to repersent the following polynomial i) 5x+2

2191


Calculate 1*2*3*____*n using recursive function??

1982


What's the difference between constant char *p and char * constant p?

1089


What are pointers?

1044


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1885


What is the use of typedef in structure in c?

917