Functions in C/C++ · Return_type function_name(function args) { //body of the function } · #include <stdio.h> int sum(int a, int b){ printf("Inside sum\n"); ...
確定! 回上一頁