Skip to content

Commit

Permalink
Revert "Update kk.md"
Browse files Browse the repository at this point in the history
  • Loading branch information
khushi067 committed Oct 22, 2020
1 parent cb04292 commit d64bb3e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Abhi.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Profile

name : Khushi
Photo: abhi.jpeg

Location: INDIA

Github: https://github.com/khushi067
Github: https://github.com/abhi0504
10 changes: 4 additions & 6 deletions Decimal to Binary
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
#include<stdio.h>
#include<conio.h>

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;
}
4 changes: 2 additions & 2 deletions I.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d64bb3e

Please sign in to comment.