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

SORRY YHE OUTPUT WILL BE 3 3 1

Is This Answer Correct ?    20 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is time null in c?

1113


What do you mean by Recursion Function?

1181


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

1399


How to set file pointer to beginning c?

1251


How can you find the day of the week given the date?

1241


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

3665


Explain the advantages and disadvantages of macros.

1145


Write a program to use switch statement.

1186


What are void pointers in c?

1062


Can you add pointers together? Why would you?

1186


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

1175


What are runtime error?

1181


What is c standard library?

1272


What does return 1 means in c?

1122


What are categories used for in c?

1155