Coders Packet

Packets submitted by Subalaxmi C

Swap numbers in C++

To swap the number of two variables without using an extra variable in C++ programming language.

Find uncommon charcaters in C++

Find the uncommon chatacters between two strings given by the user by using the loop concept in C++

Rare numbers in C++

To find if a number if a given number is a rare number or not in C++ with the help of functions.

Comparison of numbers in C++

Comparison of intergers without the help of any arithmetic operators or comparison operators.