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

What is the difference between volatile and const volatile?

0 Answers  


How to write c functions that modify head pointer of a linked list?

0 Answers  


wt is d full form of c

6 Answers   TCS, Wipro,


Explain how can I right-justify a string?

0 Answers  


could u able to tell about suresoft technical session

1 Answers  






List the difference between a 'copy constructor' and a 'assignment operator' in C?

0 Answers   Accenture,


What are structure types in C?

0 Answers  


Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 Answers  


Are there any problems with performing mathematical operations on different variable types?

0 Answers  


write a program to find the number of even integers and odd integers in a given array in c language

13 Answers   IAI Cameroun, NIIT, Olive Tech, QIS,


What are the features of c language?

0 Answers  


What is the need of structure in c?

0 Answers  


Categories