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

How can I read/write structures from/to data files?

553


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

635


How can I read data from data files with particular formats?

606


What kind of structure is a house?

558


How can I ensure that integer arithmetic doesnt overflow?

609






How can you call a function, given its name as a string?

715


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

658


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3191


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

627


Is c weakly typed?

580


What are the __date__ and __time__ preprocessor commands?

575


Explain is it valid to address one element beyond the end of an array?

737


What is the use of define in c?

598


Who is the founder of c language?

687


What is ponter?

775