Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Create Function #169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

saurabhag1
Copy link

No description provided.

@MOUSAM-AGARWAL
Copy link

#include<stdio.h>
void sum(int a, int b)
{
int sum = 0;
sum = a+b;
printf("\nsum of a + b = \n",sum);
int main()
{
int a,b;
scanf("%d %d", &a, &b);
sum(a,b);
return 0;
}

@MOUSAM-AGARWAL
Copy link

``

@MOUSAM-AGARWAL
Copy link

i want to work in this repository
allow me to do that

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants