#include<stdio.h>
#include<conio.h>
#include<iostream.h>
//void show();
void show()
{
cout<<"Show-1";
}
int main()
clrscr();
show();
//int a=show();
//cout<<endl<<a;
getch();
return 0;
/*
cout<<"Show";
*/
No comments:
Post a Comment