diff --git a/Abhi.md b/Abhi.md index 2036829be..a60c65bdb 100644 --- a/Abhi.md +++ b/Abhi.md @@ -1,7 +1,7 @@ # Profile - name : Khushi + Photo: abhi.jpeg Location: INDIA - Github: https://github.com/khushi067 + Github: https://github.com/abhi0504 diff --git a/Decimal to Binary b/Decimal to Binary index 3a08fbfd9..d6591b2cf 100644 --- a/Decimal to Binary +++ b/Decimal to Binary @@ -1,20 +1,18 @@ #include -#include - int main() { - int m,n,q,sum=0; + int r,n,q,s=0; printf("Enter a no\n"); scanf("%d",&n); printf("decimal to binary\n"); printf("1"); while(n>1) { - m=n%2; + r=n%2; q=n/2; n=q; - sum=sum*10+r; + s=s*10+r; } - printf("%d",sum); + printf("%d",s); return 0; } diff --git a/I.txt b/I.txt index f6dc7a7a5..670c835bc 100644 --- a/I.txt +++ b/I.txt @@ -1,3 +1,3 @@ -NAME : khushi +NAME : AYSWARYA S PHOTO : https://www.google.com/imgres?imgurl=https%3A%2F%2Fthumbs.dreamstime.com%2Fb%2Fflower-rose-bouquet-green-136796598.jpg&imgrefurl=https%3A%2F%2Fwww.dreamstime.com%2Fphotos-images%2Fflower.html&tbnid=yjaoeV4UmAulUM&vet=12ahUKEwi0n7u_kq7sAhWYLLcAHeKOBKgQMygAegUIARDEAQ..i&docid=6ZeVwdp2vU8abM&w=800&h=450&q=photos%20of%20flowers%20hd&ved=2ahUKEwi0n7u_kq7sAhWYLLcAHeKOBKgQMygAegUIARDEAQ -GITHUB ACC : https://github.com/khushi067 +GITHUB ACC : https://github.com/ayswarya141/ds-lab.git \ No newline at end of file