m=++i&&++j(||)k++
printf("%d"i,j,k,m)



m=++i&&++j(||)k++ printf("%d"i,j,k,m)..

Answer / aravind

error
relational operators can't be assaigned, they are used for just conditions.

Is This Answer Correct ?    4 Yes 12 No

Post New Answer

More C Interview Questions

what is diference between return 0 and return NULL??

3 Answers  


Can the “if” function be used in comparing strings?

0 Answers  


how to swap two nubers by using a function with pointers?

1 Answers  


how we can make 3d venturing graphics on outer interface

1 Answers   Microsoft,


Why is %d used in c?

0 Answers  






is assignment operator is arithmatic or not

3 Answers   Infosys,


What is a pointer value and address in c?

0 Answers  


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

0 Answers  


what is a far pointer

12 Answers   ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,


What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }

4 Answers   Infosys, TCS,


what is the function of pragma directive in c?

0 Answers  


Can anyone tell what is stack overflow? what precaution we should take?

1 Answers  


Categories