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 / sudarshan

4 3 -1 this will be the output of this program

Is This Answer Correct ?    0 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is hashing in c language?

1428


Explain heap and queue.

1143


In a byte, what is the maximum decimal number that you can accommodate?

1201


What is the difference between variable declaration and variable definition in c?

1108


What is function what are the types of function?

1060


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

1208


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

1296


What is far pointer in c?

1397


Explain the difference between #include "..." And #include <...> In c?

1093


What is extern storage class in c?

1059


Suggesting that there can be 62 seconds in a minute?

1108


What's a good way to check for "close enough" floating-point equality?

1263


What is the description for syntax errors?

1219


What is extern variable in c with example?

1059


Why clrscr is used after variable declaration?

1765