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


Please Help Members By Posting Answers For Below Questions

In C programming, what command or code can be used to determine if a number of odd or even?

632


What are predefined functions in c?

580


What is a pointer variable in c language?

652


What does c mean in standard form?

608


What does emoji p mean?

614






Give the rules for variable declaration?

686


What is quick sort in c?

590


Implement bit Array in C.

683


What is a nested loop?

661


What is an array? What the different types of arrays in c?

666


Which driver is a pure java driver

998


How does selection sort work in c?

635


Why do we need a structure?

599


Is return a keyword in c?

610


What does void main return?

615