main()
{
intx=2,y=6,z=6;
x=y=z;
printf(%d",x)
}
Answer Posted / kdedman.kan
x=6 , because its the latest value.
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
Can you assign a different address to an array tag?
How can I write a function analogous to scanf?
Why we use void main in c?
What does printf does?
i want to know the procedure of qualcomm for getting a job through offcampus
What is the difference between the = symbol and == symbol?
i have a written test for microland please give me test pattern
What are the complete rules for header file searching?
What is getch?
What is a null string in c?
Explain what is a const pointer?
What is a protocol in c?
What is property type c?
What are near, far and huge pointers?
How to define structures? ·