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 the general form of #line preprocessor?
What is the function of volatile in c language?
What is a string?
What are the features of the c language?
FILE PROGRAMMING
What is d'n in c?
What is wrong in this statement?
What do header files do?
Do you have any idea how to compare array with pointer in c?
What is volatile c?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Can we use any name in place of argv and argc as command line arguments?
What are pointers in C? Give an example where to illustrate their significance.
What is the purpose of realloc()?
How do I swap bytes?