main()
{
intx=2,y=6,z=6;
x=y=z;
printf(%d",x)
}

Answer Posted / dhananjay

x=6 beacuse x will contain the latest value.

Is This Answer Correct ?    21 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are data types in c language?

578


Explain modulus operator. What are the restrictions of a modulus operator?

595


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1726


Without Computer networks, Computers will be half the use. Comment.

1861


Explain setjmp()?

649






Differentiate Source Codes from Object Codes

807


What is the full form of getch?

573


What is calloc()?

618


What are the advantages of c language?

656


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

644


can any one provide me the notes of data structure for ignou cs-62 paper

1694


Explain b+ tree?

614


explain what is an endless loop?

601


What is restrict keyword in c?

635


What are local static variables? How can you use them?

635