Skip to content

kartikeysharma98281/new-c-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

new-c-code

#include

using namespace std;

int sum(int a , int b ){ int c = a + b; return c; } int main(){ int num1 , num2; cout<<"Enter the first number "<<endl; cin>>num1; cout<<"Enter the second number "<<endl; cin>>num2; cout<<"The sum of number are "<<sum(num1 , num2)<<endl;

return 0;

}

About

This code is on fuction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages