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 c preprocessor mean?

0 Answers  


What is the main difference between calloc () and malloc ()?

0 Answers  


Is c is a low level language?

0 Answers  


How to calculate sum

2 Answers  


Why main function is special give two reasons?

0 Answers  






what is the stackpointer

2 Answers  


What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }

8 Answers   MindFire, TCS, Tech Mahindra,


Explain goto?

0 Answers  


wap to print "hello world" without using the main function.

22 Answers   TCS, Wipro,


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

0 Answers  


what are the languages used in c#?

3 Answers   Infosys,


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


Categories