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

Can you subtract pointers from each other? Why would you?

0 Answers  


Is there a built-in function in C that can be used for sorting data?

0 Answers  


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

0 Answers  


What is calloc() function?

0 Answers  


int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.

15 Answers   Global Edge,






What are the key features in c programming language?

0 Answers  


why we are using float in C

4 Answers  


What is meant by type specifiers?

0 Answers  


how to set Nth bit of variable by using MACRO

3 Answers   HCL,


Are local variables initialized to zero by default in c?

0 Answers  


What is the difference between single charater constant and string constant?

0 Answers  


Write a program that accept anumber in words

0 Answers  


Categories