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

answer is three

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a file descriptor in c?

1196


What is a example of a variable?

1063


Explain the meaning of keyword 'extern' in a function declaration.

1208


how to execute a program using if else condition and the output should enter number and the number is odd only...

2370


What are pointers? What are different types of pointers?

1219


What is the most efficient way to count the number of bits which are set in an integer?

1120


Why should I prototype a function?

1251


What does the c in ctime mean?

1160


how many key words availabel in c a) 28 b) 31 c) 32

1129


How do you determine the length of a string value that was stored in a variable?

1170


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2695


What is a global variable in c?

1075


write a program to rearrange the array such way that all even elements should come first and next come odd

2353


What is the process of writing the null pointer?

1062


What are local static variables?

1207