Q1.Reverse a number Write a program to generate the reverse of a given number N. Print the corresponding reverse number. Note : If a number has... read more
Q2.Swap Adjacent Bit Pairs You are given an integer 'N'. Your task is to find the number formed after swapping each even bit of 'N' in its bina... read more
Q3.Reverse a linked list You are given a Singly Linked List of integers. You need to reverse the Linked List by changing the links between node... read more