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 explanation for cyclic nature of data types in c?

0 Answers  


what is ram?

3 Answers   TCS,


Program to find largest of three numbers without using comparsion operator?

3 Answers  


How to throw some light on the b tree?

0 Answers  


Is fortran faster than c?

0 Answers  






What are .h files and what should I put in them?

3 Answers  


If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


Explain modulus operator. What are the restrictions of a modulus operator?

0 Answers  


how to implement stack operation using singly linked list

2 Answers  


What is data structure in c language?

0 Answers  


WAP to accept first name,middle name & last name of a student display its initials?

5 Answers   AITH, NIIT,


When can a far pointer be used?

0 Answers  


Categories