Home
Posts RSS
Comments RSS
Edit
Programs
Search & Find out
Friday, November 20, 2009
hello word
,
Author:
Raviteja
|
Filed Under:
c
,
c#
,
c++
|
#include "stdio.h"
#include "conio.h"
void main()
{
printf("hello world");
getch();
}
0 comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
StoresnOffers.com
Find the best Local Offers, Stores from Stores, Restaurants, Malls and Supermarkets near you. Follow us to get Latest Deals & Offers
http://www.storesnoffers.com
Like Facebook Page
Popular Posts
Bisection Method
It includes accepting a function, two initial values & find the solution #include "stdio.h" #include "conio.h"...
FALSE POSITION METHOD
#include "stdio.h" #include "conio.h" #include "math.h" void main() { int power,i=0,m,n,n1,l; ...
Basic of C Program
Basics of C Format : #include "stdio.h" \* Header files*/ #include ...
Newton Raphson Method
#include "stdio.h" #include "conio.h" #include "math.h" void main() { int power,i,m,l,n,n1; double c[10...
Diomand By Asterix Symbols
#include "stdio.h" #include "conio.h" void main() { int a,b,c,d,n,m,x; clrscr(); printf("Welcome to a...
dda line drawing Program
#include "stdio.h" #include "conio.h" #include "graphics.h" #include "math.h" void dda (float ...
PRIME OR NOT
#include "iostream.h" #include "conio.h" class prime { private: int n; public: void acc...
TRAPEZOIDAL RULE
#include "stdio.h" #include "conio.h" #include "math.h" void main () { int i; float u,l,n,h,tmp,...
SUM OF DIGITS
#include "iostream.h" #include "conio.h" class digit { private: long int n,N,q,r; public: ...
SUM OF EVEN NUMBERS
Write a program to accept a number 'n' from the user and print the sum of all even numbers from 2 to number 'n'. #includ...
Labels
c
(57)
c#
(1)
c++
(20)
Blog Archive
Blog Archive
November (1)
December (52)
November (22)
About Me
Raviteja
View my complete profile
My Blog List
Term of Use
0 comments:
Post a Comment