Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


x=2,y=6,z=6
x=y==z;
printf(%d",x)

Answers were Sorted based on User's Feedback



x=2,y=6,z=6 x=y==z; printf(%d",x) ..

Answer / purnananda behera, mca 3rd sem

answer is: x=6
because x=y=z
y=z, y hold the value of z. //here y = 6
x=y, x hold the value of y. //here x = 6

Is This Answer Correct ?    6 Yes 9 No

x=2,y=6,z=6 x=y==z; printf(%d",x) ..

Answer / jignesh patel

IN THIS QUSTION X=Y==Z IS NOT TRU BEACUSE NOT SECIFY MY
THINK ARE EXPLAIN BELOW
X=2 ,Y=6 ,Z=6
IF(Y==Z)
X=2
PRINTF(" %d ",X);
ELSE
PRINTF("FALSE CONDITION");


OUR QUSTION IS MANY MISTAKE

Is This Answer Correct ?    0 Yes 7 No

x=2,y=6,z=6 x=y==z; printf(%d",x) ..

Answer / vijoeyz

y != z.
So, y == z is 0.
x = 0.

Best,
Vijay Zanvar,
Home Page - http://geocities.com/vijoeyz/

Is This Answer Correct ?    5 Yes 30 No

Post New Answer

More C Interview Questions

hat is a pointer?

4 Answers   Assurgent,


write a c program to convert fahrenheit to celsius?

4 Answers   TCS,


Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 Answers  


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

0 Answers  


what is the difference between structural,object based,object orientd programming languages?

1 Answers   PanTerra,


Explain can you assign a different address to an array tag?

0 Answers  


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


How many loops are there in c?

0 Answers  


How can you tell whether a program was compiled using c versus c++?

0 Answers  


How to reverse a linked list

1 Answers   Aricent, Fidelity, IBM, TCS,


what is the use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


The file stdio.h, what does it contain?

0 Answers  


Categories