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

un predictable

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c compiled or interpreted?

1250


What does static variable mean in c?

1143


How can a process change an environment variable in its caller?

1236


Which header file should you include if you are to develop a function which can accept variable number of arguments?

1463


What are c preprocessors?

1243


What are the features of the c language?

1140


why we wont use '&' sing in aceesing the string using scanf

2427


What do mean by network ?

1216


What is structure data type in c?

1069


Can a pointer be volatile in c?

1044


How we can insert comments in a c program?

1187


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

1087


In which header file is the null macro defined?

1402


What are the loops in c?

1052


What is variable and explain rules to declare variable in c?

1178