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

difference between native and cross compilers

0 Answers  


How is actual parameter different from the formal parameter?

0 Answers  


What is strcmp in c?

0 Answers  


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

0 Answers   Persistent,


what is the disadvantage of using macros?

1 Answers   Wipro,






Explain what is gets() function?

0 Answers  


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

0 Answers  


Explain about C function prototype?

0 Answers  


What is multidimensional arrays

0 Answers  


What language is c written?

0 Answers  


What are reserved words?

0 Answers  


Does free set pointer to null?

0 Answers  


Categories