Thank u guys for participating in challenge questions....
here the two solution given by shubham gulati(in java) & abhishek kumar (in c++...
Sunday, 17 July 2016
Thursday, 7 July 2016
programming CHALLENGE [UPDATED]

guys here a text encrypting program....so the task is to make an program to decrypt that text ....here's its source code u can also download its source code @ downloadits solution will be uploaded within 15 days....you can also mail your...
Friday, 24 June 2016
TIC TAC TOE using c++

Hello guys today i am gonna give you the source code to build a TIC TAC TOE in C++.....
for any query you can place a comment..
note this program is build in code blocks compiler
you can also download the source code @ TIC TAC TOE
...
program to add two number

hello guys today i m gonna show u a basic program to add to no....
so there are five airthematic operator in c/c++
+ addition
- substraction
* multiplication
/ division
% mod/remainder
here is an illustration to build a basic program to...
Wednesday, 22 June 2016
A SIMPLE GAME IN C++
Hello guys today i am gonna give you the source code to build a simple game in C++.....
for any query you can place a comment..
note this program is build in code blocks compiler
you can also download the source code @ game.cpp
use A W S D for controlling ...
Friday, 6 May 2016
Sunday, 24 April 2016
Escape sequences //

hello guys , today i m gonna tell u about what are escape sequence in C language ....
so here are the list of escape sequences we are gonna discuss about:
1, \n
2. \a
3. \r
4. \b
5. \t
/n = new line
some times we need to...
Monday, 28 March 2016
printf("")

Hello guys, today i am gonna tell you about the function known as printf();
here is our basic program we are gonna study all of its element line by line so today is the turn of the function printf();
#include<stdio.h>#include<conio.h>void...
Subscribe to:
Posts (Atom)