Skip to content

Commit

Permalink
Merge pull request #10 from veenaarya603/patch-3
Browse files Browse the repository at this point in the history
Solved the challenge Challenge_8.c
  • Loading branch information
shubhamarya406 authored Oct 2, 2020
2 parents b221563 + b062011 commit bd71f0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Challenge_8.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ struct marks{
int m:2;
};
void main(){
int x = ;
int y = ;
int z = ;
int x =2 ;
int y =2 ;
int z =1 ;
struct marks s={x,y,z};
printf("%d %d %d",s.p,s.c,s.m);
}

0 comments on commit bd71f0e

Please sign in to comment.