From 584e99f4059c32f2fa0569cccc1b3bc6b921e150 Mon Sep 17 00:00:00 2001 From: Harman-kamboj <32296286+Harman-kamboj@users.noreply.github.com> Date: Tue, 24 Oct 2017 15:17:56 +0530 Subject: [PATCH] hahahah --- love chd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 love chd diff --git a/love chd b/love chd new file mode 100644 index 000000000..53c636f0c --- /dev/null +++ b/love chd @@ -0,0 +1,18 @@ +#include +#include +#include +void main() +{ +long n,j,p=0,q; +clrscr(); +printf("\n Enter the number of rows : "); +scanf("%ld",&n); +for(j=0;j<=n-1;j++) +{ +p=1*pow(10,j)+p; +q=p*p; +printf("%ld",q); +printf("\n"); +} +getch(); +}