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

431

Is This Answer Correct ?    13 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

3231


Write a program to print fibonacci series without using recursion?

1226


What is size of union in c?

1082


Tell me about low level programming languages.

1192


What is a nested loop?

1182


Explain how do you declare an array that will hold more than 64kb of data?

1502


What is the purpose of main( ) in c language?

1190


What is const volatile variable in c?

1105


int far *near * p; means

3623


What is "Duff's Device"?

1223


What is the purpose of macro in C language?

1164


What is an lvalue in c?

1182


How can I recover the file name given an open stream or file descriptor?

1143


What are loops c?

1105


Why is C language being considered a middle level language?

1216