Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

ilahma / iax0583

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit d2d7b35d authored 6 years ago by ilahma's avatar ilahma
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

Update bonus_lab2.c

parent 7723a77b master
Show whitespace changes
Inline Side-by-side
Showing with 2 additions and 0 deletions
  • Lab 2/bonus_lab2.c
Lab 2/bonus_lab2.c
View file @ d2d7b35d
...@@ -16,6 +16,8 @@ int main() ...@@ -16,6 +16,8 @@ int main()
{ {
binary[count]=n%2; binary[count]=n%2;
n=n/2; n=n/2;
printf("%d\n\n",n);
printf("binary %d\n",binary[count]);
count++; count++;
} }
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment