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

output
3

Is This Answer Correct ?    5 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c called a mid-level programming language?

1153


What are the difference between a free-standing and a hosted environment?

1220


What is the difference between exit() and _exit() function?

992


What is return type in c?

1075


Explain c preprocessor?

1045


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1673


What is stack in c?

1028


What is the use of extern in c?

1049


What is the method to save data in stack data structure type?

1035


What is self-referential structure in c programming?

1142


Why functions are used in c?

1070


is it possible to create your own header files?

1046


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

2045


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

2278


Difference between strcpy() and memcpy() function?

1072