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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the standard predefined macros?

631


What are the types of data files?

727


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1198


What are the 5 data types?

598


What is a #include preprocessor?

612






Tell us something about keyword 'auto'.

659


What is the significance of scope resolution operator?

854


What is the use of bit field?

635


What is wild pointer in c with example?

573


What are the similarities between c and c++?

593


how to write a c program to print list of fruits in alpabetical order?

1786


What are the two types of structure?

569


What is the use of the function in c?

595


What are the different types of constants?

638


What are the 4 types of functions?

570