skip to main
|
skip to sidebar
Home
About
Site Map
Privacy Policy
Terms of Use
Contact
Xzonecode
Programming Solution
News
iPad
iPhone
Blackberry
Android
Mobile
Windows Phone 7
Review
Galleries
Videos
Forum
Saturday, 27 July 2013
W.A.P to Print Hello Word in C++
#include<iostream.h>
#include<conio.h>
int main()
{
cout<<"Hello World:";
getch();
return 0;
}
Output:
HelloWorld:
Tags :
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Traffic
Feedjit Live Blog Stats
Followers
Popular Posts
Write a Applet for Drawing Human Face
import java.awt.*; import java.applet.*; public class face extends Applet { public void paint(Graphics g) { g.drawOval(40, ...
What is Android ???
Android is an open source and Linux-based Operating System for mobile devices such as smartphones and tablet computers. Android was...
Write a Program to Calculate Fibonacci Series using Do-while Loop for Java
public class fibonacci { public static void main(String []args) { int pre =...
Simple Random Color Program using Applets in JAVA
import java.awt.*; import java.applet.*; import java.util.*; public class abc extends Applet implements Runnable { Thread t; ...
Calculated Value Entered By User Using Java Program
import java.util.Scanner; class first { Scanner sc = new Scanner(System.in); void Add() { int a,b,c; System....
Simple Hellow World Program using Java Programming Language
class test { public static void main(String args[]) { System.out.println("Hello World:"); } } OutPut : ...
Features Of Android Programming Language.
Beautiful UI Connectivity Storage Media Support Messaging Web Browser Multitouch Multi-Tasking Resizable Widgets Multi Lang...
Write a Program to Prints Prime Numbers using java
package topstechnology; import java.util.*; public class primenumber { public static void main(String []args) { Scanner sc =...
What is JQuery ?? JQuery Features ??
JQuery is a fast and concise Javascript Library created by John Resig in 2006 with a nice motto : " Write Less, Do More " JQuer...
Applet in Interactive Input to an Applete
import java.awt.*; import java.applet.*; public class Bhargav extends Applet { TextField text1,text2; ...
Blog Archive
►
2014
(33)
►
October
(1)
►
September
(1)
►
July
(5)
►
June
(8)
►
March
(6)
►
February
(3)
►
January
(9)
▼
2013
(12)
►
September
(1)
►
August
(5)
▼
July
(6)
W.A.P. to Make Calculator Using Applet in JAVA
Write a Applet for Drawing Human Face
Applet in Interactive Input to an Applete
W.A.P. to find Merge Sort using C++
W.A.P to Print Hello Word in C++
Write a Program Bubble Sort using Sorting Algorith...
Pages
Powered by
Blogger
.
Total Pageviews
0 comments:
Post a Comment