bit manipulation

How to Convert Decimal to Binary in C/C++ Program?

Write a simple C/C++ program to convert decimal to binary. Write C function for conversion with and without recursion.

cpp

How to add Two Number without using Operator in C?

This is one of the tricky question asked in many of the placement interviews. Here we have to add Two Number without using Operator in C.