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

outout will be 4 in case code is printf("i=4");
printf("i=3");
else this program will show two error

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you execute a c program in unix.

1158


Why is a semicolon (;) put at the end of every program statement?

1125


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1784


What is #include conio h?

1053


Why is c so powerful?

1164


What is the difference between near, far and huge pointers?

1155


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1486


Explain how can I make sure that my program is the only one accessing a file?

1276


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

2176


Why calloc is better than malloc?

1093


Do pointers store the address of value or the actual value of a variable?

1125


i have a written test for microland please give me test pattern

2781


Explain what are its uses in c programming?

1126


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

2062


What is string in c language?

1248