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...


What is the mean of this statement::
if(int i=0 * i=9)

Answers were Sorted based on User's Feedback



What is the mean of this statement:: if(int i=0 * i=9)..

Answer / tamil

this is an expression syntax error statement

Is This Answer Correct ?    2 Yes 0 No

What is the mean of this statement:: if(int i=0 * i=9)..

Answer / chevuru

This is not legal. it will result in l-value error

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

Explain how do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


What is c language in simple words?

0 Answers  


A program to allow an input operand and operator from the operator and read on the display and output operand.

0 Answers  


what is the use of keyword volatile??

4 Answers   LG Soft,


Explain the properties of union. What is the size of a union variable

0 Answers  


What is the scope of static variable in c?

0 Answers  


When is a “switch” statement preferable over an “if” statement?

0 Answers  


Explain what is the purpose of "extern" keyword in a function declaration?

0 Answers  


why you will give me a job in TCS.

7 Answers   TCS,


difference of two no's with out using - operator

7 Answers  


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

0 Answers   Google,


Categories