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...

int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?

Answer Posted / khaja

output is 3

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the different bitween abap and abap-hr?

2422


Can a variable be both const and volatile?

1190


What are the types of i/o functions?

1420


What is the c value paradox and how is it explained?

1107


What is the process to generate random numbers in c programming language?

1218


Why we use break in c?

1073


What is the process to create increment and decrement stamen in c?

1103


How can you check to see whether a symbol is defined?

1140


Explain how does flowchart help in writing a program?

1168


What is the difference between c and python?

1233


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

2207


What is the difference between declaring a variable and defining a variable?

1341


What is the difference between malloc() and calloc() function in c language?

1136


What is the difference between formatted&unformatted i/o functions?

1105


How can I find out the size of a file, prior to reading it in?

1225