Buy Back Cover for MI A1
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
Buy Back Cover for MI A1
Saturday, 31 December 2016
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
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
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:
Subscribe to:
Posts (Atom)