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

3 3 4

Is This Answer Correct ?    1 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why calloc is better than malloc?

972


What is the difference between int main and void main?

999


The difference between printf and fprintf is ?

1213


How can you find the exact size of a data type in c?

951


Who is the founder of c language?

1108


write a program to concatenation the string using switch case?

2035


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

1090


Write a program to print factorial of given number using recursion?

960


List the difference between a While & Do While loops?

1052


What is the heap?

1155


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

997


What is a structure and why it is used?

1135


write a program to display all prime numbers

1911


Can we use visual studio for c?

1009


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

2921