Showing posts with label swaping. Show all posts
Showing posts with label swaping. Show all posts

Saturday, 17 October 2015

C# program for swapping using generics













We are using this program to swap any type of data using Generics.

using System;
using System.Collections.Generic;

namespace SwapingUsingGenerics
{

Friday, 16 October 2015