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 |
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
What's a "sequence point"?
Why is c faster?
What are valid operations on pointers?
tell me the full form of c?
Why doesn't the code "a[i] = i++;" work?
What is period operator in c?
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
Name the language in which the compiler of "c" in written?