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
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
Differentiate between new and malloc(), delete and free() ?
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?
What is boolean in c?
Explain what is the benefit of using an enum rather than a #define constant?
How can I recover the file name given an open stream or file descriptor?
why programs in c are running with out #include
Explain the difference between #include "..." And #include <...> In c?
Write a C program to count the number of email on text
Is there a way to switch on strings?
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?
What is stack in c?
What is NULL pointer?
Explain what header files do I need in order to define the standard library functions I use?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays