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

Answer Posted / chevuru

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

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

code for replace tabs with equivalent number of blanks

1869


What is nested structure in c?

779


What is the general form of function in c?

768


Can a pointer be static?

805


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

1043


Can we declare a function inside a function in c?

792


how to execute a program using if else condition and the output should enter number and the number is odd only...

1906


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1696


Explain low-order bytes.

801


why do some people write if(0 == x) instead of if(x == 0)?

820


What is the difference between exit() and _exit() function in c?

802


what is the significance of static storage class specifier?

1892


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

895


What is I ++ in c programming?

838


How can I insert or delete a line (or record) in the middle of a file?

767