A tic-tac-toe game developed using C++ for my project.(Its the final copy).....More
A tic-tac-toe game developed using C++ for my project.Its really different from the ones seen in other sites.Get the final code here http://.....More
A program to find the roots of a quadratic equation. .....More
In this java program it prints multiplication table of a number ent.....More
This c program merges two files and stores their contents in another file. The files which are to be merged are opened in read mode and the file which contains content of both the files is opened in write mode. To merge two files first we open a file and read it character by character and store th.....More
In this code a file of given name is read using fgetc() function and.....More
In this code two matrix are multiplied and the result .....More
In this code the array is reversed without using another array.For eg If array is a[0]=1.....More