Showing posts with label Home-Page. Show all posts
Showing posts with label Home-Page. Show all posts

Tuesday 2 January 2018

Best Phones to Grab on from Flipkart

Moto G5 Plus only @ 9999 from 3rd January to 5th January
Moto G5 PLus Screen Guard




Mi A1 only @ 12999 from 3rd January to 5th January
Buy Tempered Glass for Mi A1
Buy Back Cover for MI A1



Redmi Note4(64GB) @10999 from 3rd January to 5th January

Saturday 31 December 2016

Wish New Year 2017 using Visual Basic Program. Download program with Full Source f

Wish New Year 2017 using Visual Basic Program. Download program with Full Source code.
Make your own program to wish your friends.



Download the full program with source. LINK 




Thursday 8 September 2016

Question Set Generator

Generate a question set containing 6 questions at each set using a C program with random numbers 1-16 where the condition is that two adjacent question set does not contain any same question.

For Example:---
Set[1]--> 12  03  11  10  08  04
Set[2]--> 01  14  02  07  05  09
Set[3]--> 16  04  13  08  03  11
Set[4]--> 14  10  01  07  09  12
Set[5]--> 05  13  03  06  16  15
Set[6]--> 14  12  08  01  07  02


Saturday 19 March 2016

Tic Tac Toe Game in Visual Basic 2010

This game is made using visual basic 2010. There is a tutorial video also . For full source
 code click on Read more....







Wednesday 1 July 2015

Birthday Wish Program in C with source code


Are you learning C? Want to wish your friend with a c program? Here is a perfect program for you.
I used Code Blocks for building this program. This is a very good open source, cross platform application. If you don't have it  Download it.
Click Read more to download the program.I added the  download  link of the program with source code bellow.Download & Modify as you want.


Now Let me give a short description about the program:--

First I have created a text file("Happy.txt") and write the birthday wish there.

You can extend the text file with your friend's name or anything you want.

Then I have opened the file in read mode and printed the file in console window.

I have used a function delay to print the character one by one


Screenshots: