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
Where does the name "C" come from, anyway?
Why header files are used?
Explain continue keyword in c
What is time null in c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
How can you avoid including a header more than once?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
How can I open a file so that other programs can update it at the same time?
What’s the special use of UNIONS?
What is an endless loop?
How can I dynamically allocate arrays?
Explain how can I write functions that take a variable number of arguments?
Are c and c++ the same?
What is the role of && operator in a program code?
What is a memory leak? How to avoid it?