Print the statement using Function

Wednesday, 7 September 2011

#include<stdio.h>
#include<conio.h>
void main()
{
void show(void);
clrscr();
show();
getch();
}


void show(void)
{
printf("Hello from show function");
}


OUTPUT:
  
Hello from show function





No comments:

Post a Comment

 

Blogger news

Blogroll

Enter your email address:

Delivered by FeedBurner

Total Pageviews

Followers

Most Reading