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

the output will b 4.

Is This Answer Correct ?    6 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program in c language to print your bio-data on the screen by using functions.

6837


What does a function declared as pascal do differently?

1220


What is typedef struct in c?

1094


Can the size of an array be declared at runtime?

1143


How #define works?

1161


write a program to concatenation the string using switch case?

2145


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1944


What is the size of structure pointer in c?

1115


List out few of the applications that make use of Multilinked Structures?

2257


Explain how can I convert a string to a number?

1145


ATM machine and railway reservation class/object diagram

5307


In a switch statement, what will happen if a break statement is omitted?

1116


Explain what are reserved words?

1158


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

1153


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2793