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 / akbar shan

There Wont be any output for this program.It will show
error.Because 1:inside if "=" is used.2:"printf" cant print
the value

Is This Answer Correct ?    13 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

1377


5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜n’ element.

2158


What is unsigned int in c?

1050


What is modeling?

1093


What are the differences between new and malloc in C?

1206


in linking some of os executables are linking name some of them

2200


Why can't I perform arithmetic on a void* pointer?

1154


How to explain the final year project as a fresher please answer with sample project

1023


What is the use of structure padding in c?

1112


What are the types of data types and explain?

1129


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

1102


Which header file is used for clrscr?

1105


What are dangling pointers in c?

1350


Explain Basic concepts of C language?

1230


How can I split up a string into whitespace-separated fields?

1103