Skip to content

MyName#20

Open
aiswariya11 wants to merge 5 commits into
codingclubcoet:mainfrom
aiswariya11:main
Open

MyName#20
aiswariya11 wants to merge 5 commits into
codingclubcoet:mainfrom
aiswariya11:main

Conversation

@aiswariya11
Copy link
Copy Markdown

No description provided.

#include<stdio.h>
void main()
{
int a=3, b=8;
if(a>b)
printf ("%d is larger",a);
else
printf ("%d is larger",b);
}
#include<stdio.h>
void main(){
int a=2;
printf(a);
}
@codingclubcoet
Copy link
Copy Markdown
Owner

@aiswariya11 Put it in folder as mentioned in Readme and give PR again

Thanks

@codingclubcoet
Copy link
Copy Markdown
Owner

@aiswariya11 read this and give PR else wil be labelled as invalid

https://github.com/codingclubcoet/Programming-for-beginners/projects/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants