#include <stdio.h> void add(int a,int b){ //return a+b; } int main() { int news=add(1,4)+5; printf("%d\n",news); return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: