What is the mean of this statement::
if(int i=0 * i=9)
Answer Posted / tamil
this is an expression syntax error statement
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are different types of operators?
What is structure data type in c?
What is break in c?
How to implement a packet in C
In c language can we compile a program without main() function?
How do I get a null pointer in my programs?
What are the types of bitwise operator?
What is function and its example?
Which header file is essential for using strcmp function?
Why do we need functions in c?
Is boolean a datatype in c?
What is a null pointer in c?
What is the difference between int main and void main in c?
what are the advantages of a macro over a function?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above