i=10,j=20
j=i,j?(i,j)?i:j:j
print i,j



i=10,j=20 j=i,j?(i,j)?i:j:j print i,j..

Answer / guest

i=10,j=10

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More C Interview Questions

Why is c fast?

0 Answers  


WHAT IS C?

6 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

11 Answers   HCL, Vector, Vector India, Vector Solutions, Wipro,


C program to read the integer and calculate sum and average using single dimensional array

0 Answers  


how to create duplicate link list using C???

0 Answers  






In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?

4 Answers  


what is the use of c program?

4 Answers   Synergy, Web Synergies,


How do I use strcmp?

0 Answers  


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


What header files do I need in order to define the standard library functions I use?

0 Answers  


Is c object oriented?

0 Answers  


What is the use of printf() and scanf() functions?

0 Answers  


Categories