x=2,y=6,z=6
x=y==z;
printf(%d",x)
Answer Posted / mahadevan
in C language this statement(x=y==z;)is declaration syntax Error
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is methods in c?
What is the difference between array and structure in c?
What does c mean before a date?
Why isn't it being handled properly?
Can we declare function inside main?
Compare interpreters and compilers.
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is the heap in c?
What is a program flowchart and how does it help in writing a program?
What is the difference between int main and void main in c?
What is the difference between the local variable and global variable in c?
Explain the properties of union.
What is n in c?
What is the g value paradox?
Do you know null pointer?