how to add numbers without using arithmetic operators.

Answer Posted / karna

i am eager to see this progrm answer

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can the sizeof operator be used to tell the size of an array passed to a function?

626


how can I convert a string to a number?

606


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

4849


please explain every phase in the "SDLC" in the dotnet.

2185


What is typedef struct in c?

594






Give me the code of in-order recursive and non-recursive.

895


Is it possible to use curly brackets ({}) to enclose single line code in c program?

808


Can one function call another?

637


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1517


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

634


Does sprintf put null character?

611


What is && in c programming?

687


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1335


Explain 'far' and 'near' pointers in c.

714


What are the two types of structure?

588