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
code for replace tabs with equivalent number of blanks
What is nested structure in c?
What is the general form of function in c?
Can a pointer be static?
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
Can we declare a function inside a function in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Explain low-order bytes.
why do some people write if(0 == x) instead of if(x == 0)?
What is the difference between exit() and _exit() function in c?
what is the significance of static storage class specifier?
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
What is I ++ in c programming?
How can I insert or delete a line (or record) in the middle of a file?