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

GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1550


Differentiate between new and malloc(), delete and free() ?

780


hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

1750


What is boolean in c?

710


Explain what is the benefit of using an enum rather than a #define constant?

833






How can I recover the file name given an open stream or file descriptor?

699


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1408


Explain the difference between #include "..." And #include <...> In c?

708


Write a C program to count the number of email on text

1510


Is there a way to switch on strings?

709


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2273


What is stack in c?

724


What is NULL pointer?

749


Explain what header files do I need in order to define the standard library functions I use?

734


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

1879