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

What is pointers in c with example?

578


Which is an example of a structural homology?

781


How to draw the flowchart for structure programs?

8760


ATM machine and railway reservation class/object diagram

4800


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

665






What are the keywords in c?

640


Why enum is used in c?

524


What is the use of bit field?

635


What does c mean before a date?

585


Where local variables are stored in c?

554


Explain the use of keyword 'register' with respect to variables.

588


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

575


Write a program of advanced Fibonacci series.

704


Explain what is a pragma?

589


Why do we need a structure?

583